RangeBarSeriesLabel.Indent Property
In This Article
Gets or sets by how much the series label is indented from the range bar’s border.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.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