Enum ChartLabelIntersectAction
Specifies the options for the action that is to be taken when labels intersect each other.
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public enum ChartLabelIntersectAction
Fields
| Name | Description |
|---|---|
| Hide | Labels are hidden to avoid intersection. |
| MultipleRows | Labels are wrapped into multiple rows to avoid intersection. |
| None | No special action is taken. Labels may intersect. |
| Rotate | Labels are rotated to avoid intersection. |
| Wrap | Labels are rotated to avoid intersection. LabelRotateAngle property doesn't make effect in this mode. |