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.SfChart.WPF.dll
Syntax
public sealed class AxisLabelsIntersectAction : Enum
Fields
Auto
Labels are rotated to avoid intersection.
Declaration
public const AxisLabelsIntersectAction Auto
Field Value
Type |
---|
AxisLabelsIntersectAction |
Hide
Labels are hidden to avoid intersection.
Declaration
public const AxisLabelsIntersectAction Hide
Field Value
Type |
---|
AxisLabelsIntersectAction |
MultipleRows
Labels are wrapped into multiple rows to avoid intersection.
Declaration
public const AxisLabelsIntersectAction MultipleRows
Field Value
Type |
---|
AxisLabelsIntersectAction |
None
No special action is taken. Labels may intersect.
Declaration
public const AxisLabelsIntersectAction None
Field Value
Type |
---|
AxisLabelsIntersectAction |
Wrap
Labels are wrapped to next line to aviod intersection.
Declaration
public const AxisLabelsIntersectAction Wrap
Field Value
Type |
---|
AxisLabelsIntersectAction |