DefaultDataStrategy class

Used by default and it won't do anything to the data just pass it along

Inheritance

Constructors

DefaultDataStrategy({required bool stackMultipleValues})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackMultipleValues bool
Return true if multi item drawing is set to stack
finalinherited

Methods

animateTo(DataStrategy dataStrategy, double t) DataStrategy
override
formatDataStrategy<T>(List<List<ChartItem<T?>>> items) List<List<ChartItem<T?>>>
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.
inherited