Skip to main content

Bar3DSeriesLabel.Indent Property

Overrides the BarSeriesLabel.Indent property, to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
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 Bar3DSeriesLabel class.

See Also