ChartRange class

The result of a range (drag) selection: the inclusive column span plus every datum inside it, so a consumer can total/average the selection.

Annotations

Constructors

ChartRange({required int startIndex, required int endIndex, required List<PlotMark> marks})
Creates a range spanning columns startIndex to endIndex inclusive, carrying every datum (marks) within it.
const

Properties

endIndex int
The last column index in the (inclusive) range.
final
hashCode int
The hash code for this object.
no setterinherited
marks List<PlotMark>
Every datum whose column falls within the range.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIndex int
The first column index in the (inclusive) range.
final

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