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

Diagram.AxisLabelsResolveOverlappingMinIndent Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 -1

An integer value specifying the indent between adjacent axis labels, for which overlapping resolving is enabled, in pixels.

Remarks

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

See Also