Skip to main content

StackedBarTotalLabel.Indent Property

Gets or sets the distance between a series group and its total label.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public int Indent { get; set; }

Property Value

Type Description
Int32

The distance between a series group and its total label, in pixels.

See Also