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