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.v18.1.dll

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.

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the BarSeriesLabelPosition enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also