Skip to main content
A newer version of this page is available. .

Bar3DSeriesLabel.Position Property

Overrides the BarSeriesLabel.Position property, to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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.

BarSeriesLabelPosition_Top

Center

Labels are displayed in the center of Bars.

BarSeriesLabelPosition_Cent

TopInside

Labels are displayed inside Bars, at the top.

BarSeriesLabelPosition_TopInside

BottomInside

Labels are displayed inside Bars, at the bottom.

BarSeriesLabelPosition_BottomInside

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