count property

num count

The number of y axis ticks to show. The position of the ticks will be calculated precisely, so the values on the ticks will not be rounded nicely. In the case, axis.y.tick.format or axis.y.tick.values will be helpful.

Implementation

external num get count;
void count=(num v)

Implementation

external set count(num v);