Enum ChartAxisLocationType
Specifies the location type of the axis.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartAxisLocationType
Fields
Name | Description |
---|---|
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). |
Auto | Axis will be placed automatically by control to prevent overlapping with labels. |
Set | The user will have ability to set axis location manually. |