Back to Devexpress

Bar3DSeriesLabel.Position Property

corelibraries-devexpress-dot-xtracharts-dot-bar3dserieslabel-24e0e691.md

latest2.4 KB
Original Source

Bar3DSeriesLabel.Position Property

Overrides the BarSeriesLabel.Position property, to hide it.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public BarSeriesLabelPosition Position { get; }
vb
<Browsable(False)>
Public ReadOnly Property Position As BarSeriesLabelPosition

Property Value

TypeDescription
BarSeriesLabelPosition

Always BarSeriesLabelPosition.Top.

|

Available values:

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.

|

Remarks

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

Bar3DSeriesLabel Class

Bar3DSeriesLabel Members

DevExpress.XtraCharts Namespace