tickCount property

int? tickCount
final

Preferred maximum number of major tick marks to display.

If null, tick count is computed automatically based on available space. When provided, the renderer chooses one uniform readable interval within the visible X domain without exceeding this budget. Automatic collision handling can retain fewer labels than ticks. Must be >= 2.

Implementation

final int? tickCount;