RangeDataset class

Constructors

RangeDataset({required String label, required XAxisDependency axisDependency, required List<Range> ranges, required Range bounds, double gradientDistance = 0.0, bool includeInLegend = true})

Properties

axisDependency XAxisDependency
final
bounds Range
final
gradientDistance double
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
includeInLegend bool
final
label String
final
ranges List<Range>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
override