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

Diagram.LabelsResolveOverlappingMinIndent Property

This property is hidden, and it is intended for serialization purposes only.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[Browsable(false)]
[DefaultValue(-1)]
[XtraSerializableProperty]
public int LabelsResolveOverlappingMinIndent { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value specifying the indent between adjacent labels of a chart’s series, for which an overlapping resolving is enabled, in pixels.

Remarks

This property is intended for serialization purposes only, to synchronize the SeriesLabelBase.ResolveOverlappingMinIndent property of all the chart’s series. Normally, you don’t need to use this property.

See Also