Skip to main content

Numeric Tick Provider

zeroBound

TypeDefault
bool?null (auto true)

automatically include zero in the data range.

truefalse
zeroBound_truezeroBound_false

desiredMinTickCount

TypeDefault
int?null

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

desiredMaxTickCount

TypeDefault
int?null

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

desiredTickCount

TypeDefault
int?null

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].