Skip to main content

Diagram.AxisLabelsResolveOverlappingMinIndent Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
[DefaultValue(-1)]
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