| Package | fr.kapit.radarchart |
| Class | public class RadarChartSeriesLegend |
| Inheritance | RadarChartSeriesLegend mx.containers.Tile |
| Property | Defined by | ||
|---|---|---|---|
| legendTextFormat : TextFormat
Specifies the text format applied to series labels in the legend.
| RadarChartSeriesLegend | ||
| radarChart : RadarChart
The RadarChart associated with this RadarChartSeriesLegend.
| RadarChartSeriesLegend | ||
| rolledOnSeries : RadarChartSeries
[read-only]
Specify the selectedSeries when rolling over the legend label.
| RadarChartSeriesLegend | ||
| selectedSeries : Array | RadarChartSeriesLegend | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new RadarChartSeriesLegend instance.
| RadarChartSeriesLegend | ||
| legendTextFormat | property |
legendTextFormat:TextFormat [read-write]Specifies the text format applied to series labels in the legend.
Implementation public function get legendTextFormat():TextFormat
public function set legendTextFormat(value:TextFormat):void
| radarChart | property |
radarChart:RadarChart [read-write]The RadarChart associated with this RadarChartSeriesLegend.
Implementation public function get radarChart():RadarChart
public function set radarChart(value:RadarChart):void
| rolledOnSeries | property |
rolledOnSeries:RadarChartSeries [read-only]Specify the selectedSeries when rolling over the legend label.
Implementation public function get rolledOnSeries():RadarChartSeries
| selectedSeries | property |
selectedSeries:Array [read-write]Implementation
public function get selectedSeries():Array
public function set selectedSeries(value:Array):void
| RadarChartSeriesLegend | () | constructor |
public function RadarChartSeriesLegend()Creates a new RadarChartSeriesLegend instance. After you create the RadarChartSeriesLegend, specify the radarChart with which it is associated.