Class LabelIntersectAction
Defines the actions when the axis labels intersect with each other.The actions available are,
None - Shows all the labels.
Trim - Trims the label when label text intersects with other labels.
Rotate45 - Rotates the label to 45 degree when it intersects other labels.
MultipleRows - Shows all the labels as multiple rows when it intersects other labels.
Inheritance
System.Object
LabelIntersectAction
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LabelIntersectAction : Enum
Fields
MultipleRows
Declaration
public const LabelIntersectAction MultipleRows
Field Value
None
Declaration
public const LabelIntersectAction None
Field Value
Rotate45
Declaration
public const LabelIntersectAction Rotate45
Field Value
Trim
Declaration
public const LabelIntersectAction Trim
Field Value