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

StackedBarTotalLabel.Indent Property

Gets or sets the distance between a series group’s top edge and the group’s total label.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
Int32

The distance between a series group’s top edge and the group’s total label, in pixels.

Remarks

This property is ignored in the following cases:

See Also