DygraphSynchronizeOptions class

Annotations
  • @JS()
  • @anonymous

Constructors

DygraphSynchronizeOptions({bool selection = true, bool zoom = true, bool range = true})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
range bool
Set to false if you wish to only sync the x-axis. The range option has no effect unless zoom is true (the default).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selection bool
Syncs charts selection setting.
getter/setter pair
zoom bool
Syncs charts zoom setting.
getter/setter pair

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