protected var _bounds:Rectangle The layout bounds of the axes.
layoutBounds:Rectangle [read-write]
The layout bounds of the axes. If this value is not directly set,
the layout bounds of the visualization are provided.
Implementation
public function get layoutBounds():Rectangle
public function set layoutBounds(value:Rectangle):void
protected var _vis:Visualization The visualization the axes correspond to.
visualization:Visualization [read-write]
The visualization the axes correspond to.
Implementation
public function get visualization():Visualization
public function set visualization(value:Visualization):void
public function update(trans:Transitioner = null):Transitioner
Update these axes, performing filtering and layout as needed.
Parameters
| trans:Transitioner (default = null) — a Transitioner for collecting value updates
|
Returns