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

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.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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
AxisLabel2D
AxisLabel3D
RadarAxisXLabel
RadarAxisYLabel

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