Class LabelIntersectAction
specify the label intersect action for axis
None - Shows all the labels with overlap.
Trim - Trim the label when it intersect.
Rotate45 - Rotate the label to 45 degree when it intersect.
MultipleRows - Shows all the labels in multiple rows when it intersect.
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
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|