Skip to main content

StackedBarTotalLabelModel.Indent Property

Gets or sets the StackedBarTotalLabel.Indent property value.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.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.

See Also