BarSeriesLabelModel.Position Property
Gets or sets the value of the BarSeriesLabel.Position within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public BarSeriesLabelPosition Position { get; set; }
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