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

RangeBarSeriesLabel.Indent Property

Gets or sets by how much the series label is indented from the range bar’s border.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int Indent { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the indent, in pixels.

See Also