Hi. For example, I set yAxis VisibleRange(-100, 100), but I need to see only 3 gridlines: -100, 0 and 100. I cannot find how to remove other gridlines.
- Yevhen Khomiak asked 3 years ago
- You must login to post comments
Hi Yevhen,
Well, to reduce amount of ticks generated by axis you can set maxAutoTicks = 3
axis.maxAutoTicks = 3
You can find more information in our documentation
Is this suitable for your needs?
Best regards,
Yura
- Yura Khariton answered 3 years ago
- last edited 1 year ago
- You must login to post comments
Please login first to submit.