[enum] anychart.enums.ScatterTicksModeImprove this Doc
Scatter ticks mode enum.
Try it:
| Value | Description | Example |
|---|---|---|
| linear | Scatter ticks go with linear interval, e.g. [1, 2, 3, 4, 5] | |
| logarithmic | Scatter ticks go with log-linear interval, e.g. [0.1, 1, 10, 100, 1000] |
