Packageardisia.charts.events
Classpublic class ChartEvent
InheritanceChartEvent Inheritance flash.events.Event
Subclasses TreeMapEvent

Custom event for the Chart classes.



Public Methods
 MethodDefined By
  
ChartEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
ChartEvent
  
clone():Event
[override] Necessary for re-dispatching to work.
ChartEvent
Public Constants
 ConstantDefined By
  UPDATE_LEGEND : String = updateLegend
[static]
ChartEvent
Constructor Detail
ChartEvent()Constructor
public function ChartEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Necessary for re-dispatching to work.

Returns
Event — ChartEvent
Constant Detail
UPDATE_LEGENDConstant
public static const UPDATE_LEGEND:String = updateLegend