Class ChartLabelIntersectAction
Specifies the options for the action that is to be taken when labels intersect each other.
Inheritance
System.Object
ChartLabelIntersectAction
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartLabelIntersectAction : Enum
Fields
MultipleRows
When labels would intersect each other, they are wrapped into multiple rows to avoid intersection.
Declaration
public const ChartLabelIntersectAction MultipleRows
Field Value
| Type |
|---|
| ChartLabelIntersectAction |
None
No special action is taken. Labels may intersect.
Declaration
public const ChartLabelIntersectAction None
Field Value
| Type |
|---|
| ChartLabelIntersectAction |
Rotate
When labels would intersect each other, they are rotated to avoid intersection.
Declaration
public const ChartLabelIntersectAction Rotate
Field Value
| Type |
|---|
| ChartLabelIntersectAction |
Wrap
When labels would intersect each other, they are wrapped to avoid intersection.
Declaration
public const ChartLabelIntersectAction Wrap
Field Value
| Type |
|---|
| ChartLabelIntersectAction |