| Package | com.yahoo.astra.fl.charts.legend | 
| Class | public class Legend | 
| Inheritance | Legend  fl.core.UIComponent | 
| Implements | ILegend | 
See also
| Property | Defined by | ||
|---|---|---|---|
| dataProvider : Array 
   
   An Array of LegendItemData objects. | Legend | ||
| maxHeight : Number  
   The maximum available height for the legend. | Legend | ||
| maxWidth : Number 
   The maximum available width for the legend. | Legend | ||
| Method | Defined by | ||
|---|---|---|---|
| 
Legend() 
   Constructor. | Legend | ||
| dataProvider | property | 
dataProvider:Array  [read-write]An Array of LegendItemData objects.
Implementation    public function get dataProvider():Array
    public function set dataProvider(value:Array):void
| maxHeight | property | 
maxHeight:Number  [read-write]The maximum available height for the legend.
Implementation    public function get maxHeight():Number
    public function set maxHeight(value:Number):void
| maxWidth | property | 
maxWidth:Number  [read-write]The maximum available width for the legend.
Implementation    public function get maxWidth():Number
    public function set maxWidth(value:Number):void
| Legend | () | constructor | 
public function Legend()Constructor.