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

StackedBarTotalLabel.Indent Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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