Class LabelIntersectAction
Specifies the alignment.
Inheritance
System.Object
LabelIntersectAction
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LabelIntersectAction : Enum
Fields
Hide
Hides the label when it intersects.
Declaration
public const LabelIntersectAction Hide
Field Value
Type |
---|
LabelIntersectAction |
MultipleRows
Sets the label in multiple rows when it intersects.
Declaration
public const LabelIntersectAction MultipleRows
Field Value
Type |
---|
LabelIntersectAction |
None
Shows all the labels without any action.
Declaration
public const LabelIntersectAction None
Field Value
Type |
---|
LabelIntersectAction |
Rotate45
Rotates the label at a 45-degree angle when it intersects.
Declaration
public const LabelIntersectAction Rotate45
Field Value
Type |
---|
LabelIntersectAction |
Rotate90
Rotates the label at a 90-degree angle when it intersects.
Declaration
public const LabelIntersectAction Rotate90
Field Value
Type |
---|
LabelIntersectAction |
Trim
Trims the label when it intersects.
Declaration
public const LabelIntersectAction Trim
Field Value
Type |
---|
LabelIntersectAction |
Wrap
Wraps the label when it intersects.
Declaration
public const LabelIntersectAction Wrap
Field Value
Type |
---|
LabelIntersectAction |