Class 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.
Inheritance
System.Object
ChartLabelIntersectionActionEffect
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartLabelIntersectionActionEffect : Enum
Fields
All
ChartLabelIntersectAction related changes affect all label text.
Declaration
public const ChartLabelIntersectionActionEffect All
Field Value
| Type |
|---|
| ChartLabelIntersectionActionEffect |
Specific
ChartLabelIntersectAction related changes affect only specific labels that may need to be changed.
Declaration
public const ChartLabelIntersectionActionEffect Specific
Field Value
| Type |
|---|
| ChartLabelIntersectionActionEffect |