Class LabelIntersectAction
Specifies the alignment.
Inheritance
System.Object
LabelIntersectAction
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LabelIntersectAction : Enum
Fields
Hide
Defines to hide the label when it intersect.
Declaration
public const LabelIntersectAction Hide
Field Value
Type |
---|
LabelIntersectAction |
MultipleRows
Defines to set the multiple rows the label when it intersect.
Declaration
public const LabelIntersectAction MultipleRows
Field Value
Type |
---|
LabelIntersectAction |
None
Defines to shows all the labels.
Declaration
public const LabelIntersectAction None
Field Value
Type |
---|
LabelIntersectAction |
Rotate45
Defines to rotate the label at 45 degree when it intersect.
Declaration
public const LabelIntersectAction Rotate45
Field Value
Type |
---|
LabelIntersectAction |
Rotate90
Defines to rotate the label at 90 degree when it intersect.
Declaration
public const LabelIntersectAction Rotate90
Field Value
Type |
---|
LabelIntersectAction |
Trim
Defines to trim the label when it intersect.
Declaration
public const LabelIntersectAction Trim
Field Value
Type |
---|
LabelIntersectAction |
Wrap
Defines to wrap the label when it intersect.
Declaration
public const LabelIntersectAction Wrap
Field Value
Type |
---|
LabelIntersectAction |