Packagefr.kapit.radarchart
Classpublic class RadarChartSeries



Public Properties
 PropertyDefined by
  color : uint
The color used to render this series.
RadarChartSeries
  label : String
Specifies the name of the series displayed in the legend.
RadarChartSeries
  name : String
Specifies the name of the series in the dataProvider.
RadarChartSeries
Public Methods
 MethodDefined by
  
Creates a new RadarChartSeries instance.
RadarChartSeries
  
clear():void
RadarChartSeries
Property detail
colorproperty
color:uint  [read-write]

The color used to render this series.

Implementation
    public function get color():uint
    public function set color(value:uint):void
labelproperty 
label:String  [read-write]

Specifies the name of the series displayed in the legend. Returns name if no value is specified by the user.

Implementation
    public function get label():String
    public function set label(value:String):void
nameproperty 
name:String  [read-write]

Specifies the name of the series in the dataProvider. It is the field used to identify the series in the dataProvider.

Implementation
    public function get name():String
    public function set name(value:String):void
Constructor detail
RadarChartSeries()constructor
public function RadarChartSeries()

Creates a new RadarChartSeries instance.

Method detail
clear()method
public function clear():void