Enum LabelIntersectAction
Specifies the alignment.
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LabelIntersectAction
Fields
| Name | Description |
|---|---|
| Hide | Defines to hide the label when it intersect. |
| MultipleRows | Defines to set the multiple rows the label when it intersect. |
| None | Defines to shows all the labels. |
| Rotate45 | Defines to rotate the label at 45 degree when it intersect. |
| Rotate90 | Defines to rotate the label at 90 degree when it intersect. |
| Trim | Defines to trim the label when it intersect. |
| Wrap | Defines to wrap the label when it intersect. |