ZoomOptions class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

ZoomOptions()
factory

Properties

enabled bool
Enable zooming.
getter/setter pair
extent List<num>
Change zoom extent.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rescale bool
Enable to rescale after zooming. If true set, y domain will be updated according to the zoomed region.
getter/setter pair
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
onzoom(dynamic domain) → void
Set callback that is called when the chart is zooming. Specified function receives the zoomed domain.
onzoomend(dynamic domain) → void
Set callback that is called when zooming ends. Specified function receives the zoomed domain.
onzoomstart(Event event) → void
Set callback that is called when zooming starts. Specified function receives the zoom event.
toString() String
A string representation of this object.
inherited

Operators

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