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.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.2.dll

Declaration

public int MinIndent { get; set; }

Property Value

Type Description
Int32

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

Remarks

The following table illustrates how the MinIndent property works.

MinIndent =0 MinIndent=5
AxisLabelResolveOverlappingIndent_0 AxisLabelResolveOverlappingIndent_5

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MinIndent property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also