DataStrategy class abstract

Data strategy will process the data one final time before being passed to painters

Data strategy is part of ChartData and it can be changed there.

Implementers

Constructors

DataStrategy({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
final

Methods

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