Skip to main content

BootstrapChartSeriesLabelSettings.Position Property

Specifies whether to display point labels inside or outside of series points.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(RelativePosition.NotSet)]
public RelativePosition Position { get; set; }

Property Value

Type Default Description
RelativePosition NotSet

A RelativePosition enumeration value.

Available values:

Name Description
Outside

The constant line labels are contained within the chart grid.

Inside

The constant line labels are located outside the chart grid.

NotSet

Default. A position is defined by the underlying control.

Property Paths

You can access this nested property as listed below:

Object Type Path to Position
BootstrapChartCommonSeriesBase
.Label .Position

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