ChartModel<S extends Comparable, C extends Comparable> class abstract

Implementers

Constructors

ChartModel()

Properties

categories List<C>
Get categories of a specified series as a collection.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
series List<S>
Get all series as a collection.
no setter

Methods

clear() → void
Clear all data
getSeriesStyle(S series, SeriesStyle name) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSeriesStyle(S series, SeriesStyle name, dynamic value) → void
toString() String
A string representation of this object.
inherited

Operators

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