Packagecom.yahoo.astra.fl.charts.axes
Interfacepublic interface IRadialAxisRenderer extends IAxisRenderer
ImplementorsRadialAxisRenderer

Interface for a chart's axis renderers.



Public Properties
 PropertyDefined by
 Inheritedlength : Number
The total length of the axis renderer, in pixels.
IAxisRenderer
 InheritedminorTicks : Array
An Array of AxisData objects specifying the positions of the minor ticks.
IAxisRenderer
 Inheritedticks : Array
An Array of AxisData objects specifying the positions of the ticks.
IAxisRenderer