count property

num count

The number of x axis ticks to show. This option hides tick lines together with tick text. If this option is used on timeseries axis, the ticks position will be determined precisely and not nicely positioned (e.g. it will have rough second value).

Implementation

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

Implementation

external set count(num v);