LineChartData class

Constructors

LineChartData({required List<Dataset> datasets, List<RangeDataset> rangeDatasets = const []})

Properties

datasets List<Dataset>
final
hashCode int
The hash code for this object.
no setteroverride
rangeDatasets List<RangeDataset>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

datasetsOf({required YAxisDependency axisDependency}) List<Dataset>
maxX(YAxisDependency dependency) double
maxY(YAxisDependency dependency) double
minX(YAxisDependency dependency) double
minY(YAxisDependency dependency) double
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