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

SeriesLabelOptions.Indent Property

Gets or sets how much series labels should be indented from each other when the resolution of labels overlap is enabled.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v18.2.dll

Declaration

public int Indent { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the indent, in pixels.

Property Paths

You can access this nested property as listed below:

See Also