Package | com.yahoo.astra.fl.charts.events |
Class | public class AxisEvent |
Inheritance | AxisEvent ![]() |
Method | Defined by | ||
---|---|---|---|
AxisEvent(type:String)
Constructor.
| AxisEvent |
Constant | Defined 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 |
AxisEvent | () | constructor |
public function AxisEvent(type:String)
Constructor.
Parameterstype: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.