BarSeriesLabel.Indent Property
In This Article
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, specifying the indent between labels and the corresponding Bar side. |
#Remarks
When the BarSeriesLabel.Position property is set to TopInside or BottomInside, the Indent property becomes available for specifying the required indent between a label and the corresponding side of a Bar.
See Also