Skip to main content

SeriesLabel.Indent Property

Gets or sets how much series labels should be indented from each other when resolving of labels overlapping is enabled.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public int Indent { get; set; }

#Property Value

Type Description
Int32

An integer value which specifies the indent in pixels.

#Remarks

The Indent property has effect only when the SeriesLabel.ResolveOverlappingMode is set to a value different from ResolveOverlappingMode.None.

See Also