A newer version of this page is available.
Switch to the current version.
BootstrapChartSeriesLabelSettings.Position Property
Specifies whether to display point labels inside or outside of series points.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(RelativePosition.NotSet)]
public RelativePosition Position { get; set; }
<DefaultValue(RelativePosition.NotSet)>
Public Property Position As RelativePosition
Property Value
Type | Default | Description |
---|---|---|
RelativePosition | NotSet |
A RelativePosition enumeration value. |
Property Paths
You can access this nested property as listed below:
Show 43 property paths
Remarks
The Position option applies only to bubble, range-like and bar-like chart series.
NOTE
The default value for full-stacked bar and stacked bar series is Inside.
See Also
Feedback