Class 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.
Inheritance
System.Object
PivotChartLabelIntersectAction
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartLabelIntersectAction : Enum
Fields
Hide
Hide - Hide the label when it intersect.
Declaration
public const PivotChartLabelIntersectAction Hide
Field Value
Type |
---|
PivotChartLabelIntersectAction |
MultipleRows
MultipleRows - Arrange the label in multiple row when it intersect.
Declaration
public const PivotChartLabelIntersectAction MultipleRows
Field Value
Type |
---|
PivotChartLabelIntersectAction |
None
None - Shows all the labels.
Declaration
public const PivotChartLabelIntersectAction None
Field Value
Type |
---|
PivotChartLabelIntersectAction |
Rotate45
Rotate45 - Rotate the label to 45 degree when it intersect.
Declaration
public const PivotChartLabelIntersectAction Rotate45
Field Value
Type |
---|
PivotChartLabelIntersectAction |
Rotate90
Rotate90 - Rotate the label to 90 degree when it intersect.
Declaration
public const PivotChartLabelIntersectAction Rotate90
Field Value
Type |
---|
PivotChartLabelIntersectAction |
Trim
Trim - Trim the label when it intersect.
Declaration
public const PivotChartLabelIntersectAction Trim
Field Value
Type |
---|
PivotChartLabelIntersectAction |
Wrap
Wrap - Wrap the label when it intersect..
Declaration
public const PivotChartLabelIntersectAction Wrap
Field Value
Type |
---|
PivotChartLabelIntersectAction |