Enum AxisLabelsIntersectAction
Specifies the options for the action that is to be taken when labels intersect each other.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum AxisLabelsIntersectAction
Fields
Name | Description |
---|---|
Auto | Labels are rotated to avoid intersection. |
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. |
Wrap | Labels are wrapped to next line to aviod intersection. |