| 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:StringThe label value of the item.
| position | property | 
public var position:NumberThe position of the item on the axis renderer.
| value | property | 
public var value:ObjectThe value of the item.
| AxisData | () | constructor | 
public function AxisData(position:Number, value:Object, label:String)Constructor.
Parameters| position:Number | |
| value:Object | |
| label:String |