Back to Devexpress

BarSeriesLabel.Indent Property

corelibraries-devexpress-dot-xtracharts-dot-barserieslabel-afa8c030.md

latest1.8 KB
Original Source

BarSeriesLabel.Indent Property

Specifies the indent between labels and the corresponding Bar side.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int Indent { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property Indent As Integer

Property Value

TypeDescription
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

Position

TextOrientation

BarSeriesLabel Class

BarSeriesLabel Members

DevExpress.XtraCharts Namespace