Back to Devexpress

StackedBar3DSeriesLabel.Position Property

corelibraries-devexpress-dot-xtracharts-dot-stackedbar3dserieslabel-98c7612c.md

latest2.4 KB
Original Source

StackedBar3DSeriesLabel.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 StackedBar3DSeriesLabel class.

See Also

StackedBar3DSeriesLabel Class

StackedBar3DSeriesLabel Members

DevExpress.XtraCharts Namespace