ChartVisibleRange class

The x-domain range currently visible in the plot area.

Annotations

Constructors

ChartVisibleRange(double minX, double maxX)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
maxDateTime DateTime
no setter
maxX double
final
minDateTime DateTime
no setter
minX double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span double
Width of the visible window in domain x units.
no setter

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