corelibraries-devexpress-dot-xtracharts-dot-bar3dserieslabel-24e0e691.md
Overrides the BarSeriesLabel.Position property, to hide it.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[Browsable(false)]
public BarSeriesLabelPosition Position { get; }
<Browsable(False)>
Public ReadOnly Property Position As BarSeriesLabelPosition
| Type | Description |
|---|---|
| BarSeriesLabelPosition |
Always BarSeriesLabelPosition.Top.
|
Available values:
| 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.
|
The Position property hides the corresponding property of the BarSeriesLabel class, because the BarSeriesLabel.Position property isn’t appropriate for the Bar3DSeriesLabel class.
See Also