Dataset class

Constructors

Dataset({required String label, String? shortLabel, YAxisDependency axisDependency = YAxisDependency.LEFT, required List<DataPoint> dataPoints})

Properties

axisDependency YAxisDependency
final
dataPoints List<DataPoint>
final
hashCode int
The hash code for this object.
no setteroverride
label String
final
maxX double
no setter
maxY double
no setter
minX double
no setter
minY double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortLabel String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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