Hi,
is there a way to specify the (maximal) number of ticks, that appears on a NumberAxis? Setting a NumberTickUnit seems not a clever choise, because the AxisRange can change a lot.
In the docs I found:
"selectAutoTickUnit: Selects an appropriate tick value for the axis. The strategy is to display as many ticks as possible (selected from an array of 'standard' tick units) without the labels overlapping."
But most of the time this 'as many ticks as possible ' is to dense. If there fit like 15 ticks on a axis, lets say 5 ticks result in a clearer diagram.
did I miss something like "setMaxTicks()" or how can I work around?
Thanks ahead!
Harris