Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
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