Enum 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.
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LabelIntersectAction
Fields
| Name | Description |
|---|---|
| MultipleRows | Shows all the labels in multiple rows when they intersect. |
| None | Shows all the labels with overlap. |
| Rotate45 | Rotate the label to 45 degrees when it intersects. |
| Trim | Trim the label when it intersects. |