Skip to main content
A newer version of this page is available. .

BootstrapChartSeriesLabelSettings.Position Property

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

Namespace: DevExpress.Web.Bootstrap

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

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:

Show 42 property paths
Object Type Path to Position
BootstrapChartAreaSeries
.Label.Position
BootstrapChartAreaSeriesBase
.Label.Position
BootstrapChartBarSeries
.Label.Position
BootstrapChartBarSeriesBase
.Label.Position
BootstrapChartBubbleSeries
.Label.Position
BootstrapChartCandleStickSeries
.Label.Position
BootstrapChartCommonSeries
.Label.Position
BootstrapChartCommonSeriesBase
.Label.Position
BootstrapChartFinancialSeriesBase
.Label.Position
BootstrapChartFullStackedAreaSeries
.Label.Position
BootstrapChartFullStackedBarSeries
.Label.Position
BootstrapChartFullStackedLineSeries
.Label.Position
BootstrapChartFullStackedSplineAreaSeries
.Label.Position
BootstrapChartFullStackedSplineSeries
.Label.Position
BootstrapChartLineSeries
.Label.Position
BootstrapChartPointSeriesBase
.Label.Position
BootstrapChartRangeAreaSeries
.Label.Position
BootstrapChartRangeBarSeries
.Label.Position
BootstrapChartRangeSeriesBase
.Label.Position
BootstrapChartScatterSeries
.Label.Position
BootstrapChartSeries
.Label.Position
BootstrapChartSeriesBase
.Label.Position
BootstrapChartSplineAreaSeries
.Label.Position
BootstrapChartSplineSeries
.Label.Position
BootstrapChartStackedAreaSeries
.Label.Position
BootstrapChartStackedBarSeries
.Label.Position
BootstrapChartStackedLineSeries
.Label.Position
BootstrapChartStackedSplineAreaSeries
.Label.Position
BootstrapChartStackedSplineSeries
.Label.Position
BootstrapChartStepAreaSeries
.Label.Position
BootstrapChartStepLineSeries
.Label.Position
BootstrapChartStockSeries
.Label.Position
BootstrapCoordinateSystemChartSeries
.Label.Position
BootstrapPieChartCommonSeries
.Label.Position
BootstrapPolarChartAreaSeries
.Label.Position
BootstrapPolarChartBarSeries
.Label.Position
BootstrapPolarChartCommonSeries
.Label.Position
BootstrapPolarChartLineSeries
.Label.Position
BootstrapPolarChartScatterSeries
.Label.Position
BootstrapPolarChartSeries
.Label.Position
BootstrapPolarChartSeriesBase
.Label.Position
BootstrapPolarChartStackedBarSeries
.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