| Package | com.yahoo.astra.fl.charts.events | 
| Class | public class AxisEvent | 
| Inheritance | AxisEvent  flash.events.Event | 
| Method | Defined by | ||
|---|---|---|---|
| 
AxisEvent(type:String) 
    Constructor. | AxisEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| AXIS_FAILED : String = "axisFailed" [static]
   Defines the value of  typeproperty of anaxisFailedevent object. | AxisEvent | ||
| AXIS_READY : String = "axisReady" [static]
   Defines the value of  typeproperty of anaxisReadyevent object. | AxisEvent | ||
| AxisEvent | () | constructor | 
public function AxisEvent(type:String)Constructor.
Parameters| type:String | 
| AXIS_FAILED | constant | 
public static const AXIS_FAILED:String = "axisFailed"
   Defines the value of type property of an axisFailed
   event object.
   
   
| AXIS_READY | constant | 
public static const AXIS_READY:String = "axisReady"
   Defines the value of type property of an axisReady
   event object.