<basezoomarea>

JavaScript: lz.basezoomarea
extends <view> » <node> » lz.Eventable »
An abstract class that provide basic zooming ability. Allow subclasses to modify the look and feel and action to be taken

Attributes

Name Type (tag) Type (js) Default Category
chart expression any   read/write
  the chart instance
duration number Number 500 read/write
  zoom animation duration
enabled boolean boolean true read/write
  enable zoom area
selecting boolean boolean false read/write
  user is selecting or not

Methods

select()
basezoomarea.select(minx : Number, miny : Number, maxx : Number, maxy : Number);
abstract method that allow subclasses to provide custom action after selection
Parameter Name Type Description
minx Number min x of the zooomarea
miny Number min y of the zooomarea
maxx Number max y of the zooomarea
maxy Number max y of the zooomarea

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy