Class LabelIntersectAction
Defines the alignment. They are:
None - Shows all the labels.
Hide - Hide the label when it intersect.
Trim - Trim the label when it intersect.
Wrap - Wrap the label when it intersect.
MultipleRows - Arrange the label in multiple row when it intersect.
Rotate45 - Rotate the label to 45 degree when it intersect.
Rotate90 - Rotate the label to 90 degree when it intersect.
Inheritance
System.Object
LabelIntersectAction
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LabelIntersectAction : Enum
Fields
Hide
Declaration
public const LabelIntersectAction Hide
Field Value
MultipleRows
Declaration
public const LabelIntersectAction MultipleRows
Field Value
None
Declaration
public const LabelIntersectAction None
Field Value
Rotate45
Declaration
public const LabelIntersectAction Rotate45
Field Value
Rotate90
Declaration
public const LabelIntersectAction Rotate90
Field Value
Trim
Declaration
public const LabelIntersectAction Trim
Field Value
Wrap
Declaration
public const LabelIntersectAction Wrap
Field Value