Class AxisLabelsIntersectAction
Specifies the options for the action that is to be taken when labels intersect each other.
Inheritance
System.Object
    AxisLabelsIntersectAction
  Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public sealed class AxisLabelsIntersectAction : EnumFields
Auto
Labels are automatically rotated to prevent intersection.
Declaration
public const AxisLabelsIntersectAction AutoField Value
| Type | 
|---|
| AxisLabelsIntersectAction | 
Hide
Some labels are hidden to avoid intersection.
Declaration
public const AxisLabelsIntersectAction HideField Value
| Type | 
|---|
| AxisLabelsIntersectAction | 
MultipleRows
Labels are wrapped into multiple rows to prevent intersection.
Declaration
public const AxisLabelsIntersectAction MultipleRowsField Value
| Type | 
|---|
| AxisLabelsIntersectAction | 
None
No special action is taken. Labels may intersect.
Declaration
public const AxisLabelsIntersectAction NoneField Value
| Type | 
|---|
| AxisLabelsIntersectAction | 
Wrap
Labels are wrapped into multiple rows to prevent intersection.
Declaration
public const AxisLabelsIntersectAction WrapField Value
| Type | 
|---|
| AxisLabelsIntersectAction |