Class ChartAxisLocationType
Specifies the location type of the axis.
Inheritance
System.Object
ChartAxisLocationType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartAxisLocationType : Enum
Fields
AntiLabelCut
Axis thickness will be calculated and axis will placed automatically by control to prevent labels cutting by sides of control. During this process one coordinate of axis location is preserved (x coordinate for horizontal axis and y for vertical axis).
Declaration
public const ChartAxisLocationType AntiLabelCut
Field Value
| Type |
|---|
| ChartAxisLocationType |
Auto
Axis will be placed automatically by control to prevent overlapping with labels.
Declaration
public const ChartAxisLocationType Auto
Field Value
| Type |
|---|
| ChartAxisLocationType |
Set
The user will have ability to set axis location manually.
Declaration
public const ChartAxisLocationType Set
Field Value
| Type |
|---|
| ChartAxisLocationType |