Enum LabelIntersectAction
Specifies the alignment.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LabelIntersectAction
Fields
| Name | Description |
|---|---|
| Hide | Hides the label when it intersects. |
| MultipleRows | Sets the label in multiple rows when it intersects. |
| None | Shows all the labels without any action. |
| Rotate45 | Rotates the label at a 45-degree angle when it intersects. |
| Rotate90 | Rotates the label at a 90-degree angle when it intersects. |
| Trim | Trims the label when it intersects. |
| Wrap | Wraps the label when it intersects. |