Enum ChartLabelIntersectAction
Specifies the options for the action that is to be taken when labels intersect each other.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartLabelIntersectAction
Fields
Name | Description |
---|---|
MultipleRows | When labels would intersect each other, they are wrapped into multiple rows to avoid intersection. |
None | No special action is taken. Labels may intersect. |
Rotate | When labels would intersect each other, they are rotated to avoid intersection. |
Wrap | When labels would intersect each other, they are wrapped to avoid intersection. |