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

AxisLabelResolveOverlappingOptions Class

Contains settings that define how to resolve overlapping axis labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class AxisLabelResolveOverlappingOptions :
    ChartElement,
    IAxisLabelResolveOverlappingOptions

The following members return AxisLabelResolveOverlappingOptions objects:

Remarks

Use the AxisLabel.ResolveOverlappingOptions property to access the options that control the resolve overlapping algorithm.

For example, you can specify whether to rotate axis labels when resolving overlapping labels via the AxisLabelResolveOverlappingOptions.AllowRotate property.

For more information on axis labels, see the Axis Labels topic.

Inheritance

Object
ChartElement
AxisLabelResolveOverlappingOptions
See Also