Enum PivotChartLabelIntersectAction
Defines the Alignment. They are None - Shows all the labels. Hide - Hide the label when it intersect. Rotate45 - Rotate the label to 45 degree when it intersect. Rotate90 - Rotate the label to 90 degree when it intersect.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotChartLabelIntersectAction
Fields
| Name | Description |
|---|---|
| Hide | Hide - Hide the label when it intersect. |
| MultipleRows | MultipleRows - Arrange the label in multiple row when it intersect. |
| None | None - Shows all the labels. |
| Rotate45 | Rotate45 - Rotate the label to 45 degree when it intersect. |
| Rotate90 | Rotate90 - Rotate the label to 90 degree when it intersect. |
| Trim | Trim - Trim the label when it intersect. |
| Wrap | Wrap - Wrap the label when it intersect.. |