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