Packagefr.kapit.radarchart
Classpublic class RadarChartSeriesLegend
InheritanceRadarChartSeriesLegend Inheritance mx.containers.Tile



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Creates a new RadarChartSeriesLegend instance.
RadarChartSeriesLegend
Property detail
legendTextFormatproperty
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
radarChartproperty 
radarChart:RadarChart  [read-write]

The RadarChart associated with this RadarChartSeriesLegend.

Implementation
    public function get radarChart():RadarChart
    public function set radarChart(value:RadarChart):void
rolledOnSeriesproperty 
rolledOnSeries:RadarChartSeries  [read-only]

Specify the selectedSeries when rolling over the legend label.

Implementation
    public function get rolledOnSeries():RadarChartSeries
selectedSeriesproperty 
selectedSeries:Array  [read-write]Implementation
    public function get selectedSeries():Array
    public function set selectedSeries(value:Array):void
Constructor detail
RadarChartSeriesLegend()constructor
public function RadarChartSeriesLegend()

Creates a new RadarChartSeriesLegend instance. After you create the RadarChartSeriesLegend, specify the radarChart with which it is associated.