Back to Devexpress

BarSeriesLabelPosition Enum

corelibraries-devexpress-dot-xtracharts-084d42bc.md

latest2.8 KB
Original Source

BarSeriesLabelPosition Enum

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum BarSeriesLabelPosition
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum BarSeriesLabelPosition

Members

NameDescription
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.

|

The following properties accept/return BarSeriesLabelPosition values:

LibraryRelated API Members
Cross-Platform Class LibraryBar3DSeriesLabel.Position
BarSeriesLabel.Position
StackedBar3DSeriesLabel.Position
WinForms ControlsBar3DSeriesLabelModel.Position
BarSeriesLabelModel.Position
StackedBar3DSeriesLabelModel.Position

Remarks

The values listed by the BarSeriesLabelPosition enumeration are used to set the BarSeriesLabel.Position property.

See Also

DevExpress.XtraCharts Namespace