Package | com.yahoo.astra.fl.charts.axes |
Class | public class AxisData |
See also
Property | Defined by | ||
---|---|---|---|
label : String
The label value of the item.
| AxisData | ||
position : Number
The position of the item on the axis renderer.
| AxisData | ||
value : Object
The value of the item.
| AxisData |
Method | Defined by | ||
---|---|---|---|
AxisData(position:Number, value:Object, label:String)
Constructor.
| AxisData |
label | property |
public var label:String
The label value of the item.
position | property |
public var position:Number
The position of the item on the axis renderer.
value | property |
public var value:Object
The value of the item.
AxisData | () | constructor |
public function AxisData(position:Number, value:Object, label:String)
Constructor.
Parametersposition:Number |
|
value:Object |
|
label:String |