Skip to main content
A newer version of this page is available. .

BarSeriesLabelPosition Enum

Lists the values used to specify the position of Bar labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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.

BarSeriesLabelPosition_Top

Center

Labels are displayed in the center of Bars.

BarSeriesLabelPosition_Cent

TopInside

Labels are displayed inside Bars, at the top.

BarSeriesLabelPosition_TopInside

BottomInside

Labels are displayed inside Bars, at the bottom.

BarSeriesLabelPosition_BottomInside

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