Class AxisLabelsIntersectAction
Specifies the action to be taken when axis labels intersect, such as wrapping, or hiding the labels to improve readability.
Inheritance
System.Object
AxisLabelsIntersectAction
Namespace: Syncfusion.Maui.Toolkit.Charts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class AxisLabelsIntersectAction : Enum
Fields
Hide
Some labels are hidden to avoid intersection.
Declaration
public const AxisLabelsIntersectAction Hide
Field Value
Type |
---|
AxisLabelsIntersectAction |
MultipleRows
Labels are wrapped into multiple rows to prevent 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 into multiple rows to prevent intersection.
Declaration
public const AxisLabelsIntersectAction Wrap
Field Value
Type |
---|
AxisLabelsIntersectAction |