Enum ChartAxisTickDrawingOperationMode
Specifies the drawing mode of the tick lines.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartAxisTickDrawingOperationMode
Fields
| Name | Description |
|---|---|
| IntervalFixed | In this mode, the interval always remains unchanged during zooming. |
| NumberOfIntervalsFixed | In this mode, only number of intervals matters, and it is kept constant during zooming. Also there is always full number of intervals on axis. |