Class LabelIntersectAction
Specifies the label intersect action for axis
- None:Shows all the labels with overlap.
- Trim:Trim the label when it intersects.
- Rotate45:Rotate the label to 45 degrees when it intersects.
- MultipleRows:Shows all the labels in multiple rows when they intersect.
Inheritance
System.Object
LabelIntersectAction
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LabelIntersectAction : Enum
Fields
MultipleRows
Shows all the labels in multiple rows when they intersect.
Declaration
public const LabelIntersectAction MultipleRows
Field Value
Type |
---|
LabelIntersectAction |
None
Shows all the labels with overlap.
Declaration
public const LabelIntersectAction None
Field Value
Type |
---|
LabelIntersectAction |
Rotate45
Rotate the label to 45 degrees when it intersects.
Declaration
public const LabelIntersectAction Rotate45
Field Value
Type |
---|
LabelIntersectAction |
Trim
Trim the label when it intersects.
Declaration
public const LabelIntersectAction Trim
Field Value
Type |
---|
LabelIntersectAction |