Class SFChartAxisLabelsIntersectAction
Specifies the options for the action that is to be taken when labels intersect each other.
Inheritance
System.Object
SFChartAxisLabelsIntersectAction
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public sealed class SFChartAxisLabelsIntersectAction : Enum
Fields
Hide
Labels are hidden to avoid intersection.
Declaration
public const SFChartAxisLabelsIntersectAction Hide
Field Value
MultipleRows
Labels are wrapped into multiple rows to avoid intersection.
Declaration
public const SFChartAxisLabelsIntersectAction MultipleRows
Field Value
None
No special action is taken. Labels may intersect.
Declaration
public const SFChartAxisLabelsIntersectAction None
Field Value
Wrap
Labels are wrapped to next line to avoid intersection.
Declaration
public const SFChartAxisLabelsIntersectAction Wrap