Skip to main content

AxisLabelResolveOverlappingOptions.MinIndent Property

Gets or sets the minimum indent between adjacent axis labels, when an overlap resolution algorithm is applied to them.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int MinIndent { get; set; }

Property Value

Type Description
Int32

An integer value, which specifies the minimum indent, in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to MinIndent
AxisLabel

Remarks

The following table illustrates how the MinIndent property works.

AllowHide=true; MinIndent = 5 AllowHide=true; MinIndent = 10
ResolveOverlappingAxisLabels_MinIndent0 ResolveOverlappingAxisLabels_MinIndent5

To learn more on resolving overlapping for axis labels, see the corresponding section of the Axis Labels topic.

See Also