| Package | ardisia.charts.radar.interfaces |
| Interface | public interface IRadarSeriesItemRenderer extends mx.core.IVisualElement |
| Property | Defined By | ||
|---|---|---|---|
| axesRatios : Vector.<Number>
Vector of the nodes positions as a ratio of the axis length. | IRadarSeriesItemRenderer | ||
| color : uint
The color to use. | IRadarSeriesItemRenderer | ||
| axesRatios | property |
axesRatios:Vector.<Number>Vector of the nodes positions as a ratio of the axis length.
public function get axesRatios():Vector.<Number> public function set axesRatios(value:Vector.<Number>):void| color | property |
color:uintThe color to use.
public function get color():uint public function set color(value:uint):void