Packagecom.yahoo.astra.fl.charts.events
Classpublic class AxisEvent
InheritanceAxisEvent Inheritance flash.events.Event

Events related to the Axis in a chart.



Public Methods
 MethodDefined by
  
AxisEvent(type:String)
Constructor.
AxisEvent
Public Constants
 ConstantDefined by
  AXIS_FAILED : String = "axisFailed"
[static] Defines the value of type property of an axisFailed event object.
AxisEvent
  AXIS_READY : String = "axisReady"
[static] Defines the value of type property of an axisReady event object.
AxisEvent
Constructor detail
AxisEvent()constructor
public function AxisEvent(type:String)

Constructor.

Parameters
type:String
Constant detail
AXIS_FAILEDconstant
public static const AXIS_FAILED:String = "axisFailed"

Defines the value of type property of an axisFailed event object.

AXIS_READYconstant 
public static const AXIS_READY:String = "axisReady"

Defines the value of type property of an axisReady event object.