Bar3DSeriesLabel.Position Property
Overrides the BarSeriesLabel.Position property, to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public BarSeriesLabelPosition Position { get; }
Property Value
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. |
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