tickCount property
The desired count of axis ticks.
The final tick count, calculated with nice numbers algorithm, may be more or less than this setting.
If null, a default 5 will be set for ContinuousScale and DiscreteScale will show all ticks.
Implementation
int? tickCount;