StackedBar3DSeriesLabelModel.Position Property
Gets or sets the value of the StackedBar3DSeriesLabel.Position within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
BarSeriesLabelPosition | The relative position of bar labels. |
Available values:
Name | Description |
---|---|
Auto | Enables the algorithm which calculates the label position inside bars with respect to chart size. |
Top | Labels are displayed above Bars. |
Center | Labels are displayed in the center of Bars. |
TopInside | Labels are displayed inside Bars, at the top. |
BottomInside | Labels are displayed inside Bars, at the bottom. |
See Also