BarSeriesLabelPosition Enum
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(BarSeriesLabelPositionTypeConverter))]
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. |
TopInside
|
Labels are displayed inside Bars, at the top. |
BottomInside
|
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 | Bar3DSeriesLabel.Position |
BarSeriesLabel.Position | |
StackedBar3DSeriesLabel.Position | |
WinForms Controls | Bar3DSeriesLabelModel.Position |
BarSeriesLabelModel.Position | |
StackedBar3DSeriesLabelModel.Position |
Remarks
The values listed by the BarSeriesLabelPosition enumeration are used to set the BarSeriesLabel.Position property.
See Also