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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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 |
---|---|
To learn more on resolving overlapping for axis labels, see the corresponding section of the Axis Labels topic.
See Also