AutoDateTimeTickProviderSpec class

TickProviderSpec that sets up the automatically assigned time ticks based on the extents of your data.

Implemented types
Annotations
  • @immutable

Constructors

AutoDateTimeTickProviderSpec({bool includeTime = true})
Creates a TickProviderSpec that dynamically chooses ticks based on the extents of the data.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
includeTime bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createTickProvider(ChartContext context) AutoAdjustingDateTimeTickProvider
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