AutoAdjustingStaticOrdinalTickProviderSpec class

TickProviderSpec that tries different tick increments to avoid tick collisions.

Implemented types
Annotations
  • @immutable

Constructors

AutoAdjustingStaticOrdinalTickProviderSpec(List<TickSpec<String>> tickSpecs, List<int> allowedTickIncrements)
const

Properties

allowedTickIncrements List<int>
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tickSpecs List<TickSpec<String>>
final

Methods

createTickProvider(ChartContext context) → AutoAdjustingStaticTickProvider<String>
override
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.
override