Packagecom.yahoo.astra.fl.charts.axes
Interfacepublic interface IAxisRenderer
SubinterfacesICartesianAxisRenderer, IRadialAxisRenderer

A visual representation of an IAxis instance. Should be a subclass of UIComponent.



Public Properties
 PropertyDefined by
  length : Number
[read-only] The total length of the axis renderer, in pixels.
IAxisRenderer
  minorTicks : Array
An Array of AxisData objects specifying the positions of the minor ticks.
IAxisRenderer
  ticks : Array
An Array of AxisData objects specifying the positions of the ticks.
IAxisRenderer
Property detail
lengthproperty
length:Number  [read-only]

The total length of the axis renderer, in pixels.

Implementation
    public function get length():Number
minorTicksproperty 
minorTicks:Array  [read-write]

An Array of AxisData objects specifying the positions of the minor ticks.

Implementation
    public function get minorTicks():Array
    public function set minorTicks(value:Array):void

See also

ticksproperty 
ticks:Array  [read-write]

An Array of AxisData objects specifying the positions of the ticks.

Implementation
    public function get ticks():Array
    public function set ticks(value:Array):void

See also