AxisLabelResolveOverlappingOptions.MinIndent Property
In This Article
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.2.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 Min |
---|---|
Axis |
|
#Remarks
The following table illustrates how the MinIndent property works.
Allow |
Allow |
---|---|
![]() |
![]() |
To learn more on resolving overlapping for axis labels, see the corresponding section of the Axis Labels topic.
See Also