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

StackedBar3DSeriesLabel.Indent Property

Overrides the BarSeriesLabel.Indent property, to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public int Indent { get; }

Property Value

Type
Int32

Remarks

The Indent property hides the corresponding property of the BarSeriesLabel class, because the BarSeriesLabel.Indent property isn’t appropriate for the StackedBar3DSeriesLabel class.

See Also