| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new RadarChartSeries instance.
| RadarChartSeries | ||
|
clear():void
| RadarChartSeries | ||
| color | property |
color:uint [read-write]The color used to render this series.
Implementation public function get color():uint
public function set color(value:uint):void
| label | property |
label:String [read-write]
Specifies the name of the series displayed in the legend.
Returns name if no value is specified by the user.
public function get label():String
public function set label(value:String):void
| name | property |
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
| RadarChartSeries | () | constructor |
public function RadarChartSeries()Creates a new RadarChartSeries instance.
| clear | () | method |
public function clear():void