Skip to main content
Version: 3.0.0

NumericTickProvider

zeroBound​

Typedefault
bool?null

automatically include zero in the data range.

alt

alt

desiredMinTickCount​

Typedefault
intnull

automatically choose the best tick count to produce the 'nicest' ticks but make sure we have this many.

desiredMaxTickCount​

Typedefault
intnull

automatically choose the best tick count to produce the 'nicest' ticks but make sure we don't have more than this many.

desiredTickCount​

Typedefault
intnull

the fixed number of ticks to try to make.
Convenience that sets [desiredMinTickCount] and [desiredMaxTickCount] the same.
Both min and max win out if they are set along with [desiredTickCount].

alt

alt