Packagecom.yahoo.astra.fl.charts.axes
Classpublic class RadialAxisRenderer
InheritanceRadialAxisRenderer Inheritance fl.core.UIComponent
ImplementsIRadialAxisRenderer

The default axis renderer for radial axes.



Public Properties
 PropertyDefined by
  length : Number
[read-only] The total length of the axis renderer, in pixels.
RadialAxisRenderer
  minorTicks : Array
An Array of AxisData objects specifying the positions of the minor ticks.
RadialAxisRenderer
  ticks : Array
An Array of AxisData objects specifying the positions of the ticks.
RadialAxisRenderer
Public Methods
 MethodDefined by
  
Constructor.
RadialAxisRenderer
  
[static]
RadialAxisRenderer
  
updateBounds():void
RadialAxisRenderer
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
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
Constructor detail
RadialAxisRenderer()constructor
public function RadialAxisRenderer()

Constructor.

Method detail
getStyleDefinition()method
public static function getStyleDefinition():Object

Returns
Object
updateBounds()method 
public function updateBounds():void