Back to Devexpress

AxisLabelResolveOverlappingOptions.MinIndent Property

corelibraries-devexpress-dot-xtracharts-dot-axislabelresolveoverlappingoptions-fd5e4b3f.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
public int MinIndent { get; set; }
vb
Public Property MinIndent As Integer

Property Value

TypeDescription
Int32

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MinIndent
AxisLabel

.ResolveOverlappingOptions .MinIndent

|

Remarks

The following table illustrates how the MinIndent property works.

AllowHide=true; MinIndent = 5AllowHide=true; MinIndent = 10

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

See Also

AxisLabelResolveOverlappingOptions Class

AxisLabelResolveOverlappingOptions Members

DevExpress.XtraCharts Namespace