A newer version of this page is available.
Switch to the current version.
BarSeriesLabelPosition Enum
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(BarSeriesLabelPositionTypeConverter))]
public enum BarSeriesLabelPosition
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
<TypeConverter(GetType(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
Feedback