NumericTickProvider class

Constructors

NumericTickProvider({bool? zeroBound, int? desiredTickCount, int? desiredMinTickCount, int? desiredMaxTickCount})
const

Properties

desiredMaxTickCount int?
automatically choose the best tick count to produce the 'nicest' ticks but make sure we don't have more than this many.
final
desiredMinTickCount int?
automatically choose the best tick count to produce the 'nicest' ticks but make sure we have this many.
final
desiredTickCount int?
the fixed number of ticks to try to make.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zeroBound bool?
automatically include zero in the data range.
final

Methods

getRender() → BasicNumericTickProviderSpec
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited