BarSeriesLabelPosition Enum
In This Article
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum BarSeriesLabelPosition
#Members
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. |
Top
|
Labels are displayed inside Bars, at the top. |
Bottom
|
Labels are displayed inside Bars, at the bottom. |
#Related API Members
The following properties accept/return BarSeriesLabelPosition values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Bar3DSeries |
Bar |
|
Stacked |
|
Win |
Bar3DSeries |
Bar |
|
Stacked |
#Remarks
The values listed by the BarSeriesLabelPosition enumeration are used to set the BarSeriesLabel.Position property.
See Also