Enum ChartLabelIntersectionActionEffect
Specifies the options to control what happens if chart labels intersect each other due to lack of space. It is used in conjunction with ChartLabelIntersectAction.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartLabelIntersectionActionEffect
Fields
| Name | Description |
|---|---|
| All | ChartLabelIntersectAction related changes affect all label text. |
| Specific | ChartLabelIntersectAction related changes affect only specific labels that may need to be changed. |