Class AxisLabelsIntersectAction
Inheritance
System.Object
AxisLabelsIntersectAction
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public sealed class AxisLabelsIntersectAction : Enum
Fields
Hide
Labels are hidden to avoid intersection.
Declaration
public const AxisLabelsIntersectAction Hide
Field Value
Type | Description |
---|---|
AxisLabelsIntersectAction |
MultipleRows
Labels are wrapped into multiple rows to avoid intersection.
Declaration
public const AxisLabelsIntersectAction MultipleRows
Field Value
Type | Description |
---|---|
AxisLabelsIntersectAction |
None
No special action is taken. Labels may intersect.
Declaration
public const AxisLabelsIntersectAction None
Field Value
Type | Description |
---|---|
AxisLabelsIntersectAction |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Wrap
Labels are wrapped to next line to avoid intersection.
Declaration
public const AxisLabelsIntersectAction Wrap
Field Value
Type | Description |
---|---|
AxisLabelsIntersectAction |