AnyChart
API Reference
Still have questions?
Contact support
Top

[enum] anychart.enums.ScatterTicksModeImprove this Doc

Scatter ticks mode enum.
ValueDescriptionExample
linearScatter ticks go with linear interval, e.g. [1, 2, 3, 4, 5]
logarithmicScatter ticks go with log-linear interval, e.g. [0.1, 1, 10, 100, 1000]