Back to Devexpress

AxisLabelResolveOverlappingOptions Class

corelibraries-devexpress-dot-xtracharts-0ac4f13b.md

latest2.0 KB
Original Source

AxisLabelResolveOverlappingOptions Class

Contains settings that define how to resolve overlapping axis labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class AxisLabelResolveOverlappingOptions :
    ChartElement,
    IAxisLabelResolveOverlappingOptions
vb
Public Class AxisLabelResolveOverlappingOptions
    Inherits ChartElement
    Implements 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

AxisLabelResolveOverlappingOptions Members

DevExpress.XtraCharts Namespace