corelibraries-devexpress-dot-xtracharts-0ac4f13b.md
Contains settings that define how to resolve overlapping axis labels.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class AxisLabelResolveOverlappingOptions :
ChartElement,
IAxisLabelResolveOverlappingOptions
Public Class AxisLabelResolveOverlappingOptions
Inherits ChartElement
Implements IAxisLabelResolveOverlappingOptions
The following members return AxisLabelResolveOverlappingOptions objects:
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.
Object ChartElement AxisLabelResolveOverlappingOptions
See Also