Packageardisia.charts.radar.interfaces
Interfacepublic interface IRadarSeriesItemRenderer extends mx.core.IVisualElement

Renderers for the series data in the RadarChart class implement this interface.



Public Properties
 PropertyDefined By
  axesRatios : Vector.<Number>
Vector of the nodes positions as a ratio of the axis length.
IRadarSeriesItemRenderer
  color : uint
The color to use.
IRadarSeriesItemRenderer
Property Detail
axesRatiosproperty
axesRatios:Vector.<Number>

Vector of the nodes positions as a ratio of the axis length.


Implementation
    public function get axesRatios():Vector.<Number>
    public function set axesRatios(value:Vector.<Number>):void
colorproperty 
color:uint

The color to use.


Implementation
    public function get color():uint
    public function set color(value:uint):void