Skip to main content

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

NuGet Package: DevExpress.Uwp.Controls

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:

Object Type Path to Indent
SeriesView
SeriesView
.LabelOptions .Indent
See Also