Packagecom.yahoo.astra.fl.charts.legend
Interfacepublic interface ILegend
ImplementorsLegend

Properties required by a chart's legend.

See also

com.yahoo.astra.fl.charts.Chart


Public Properties
 PropertyDefined by
  dataProvider : Array
An Array of LegendItemData objects.
ILegend
  maxHeight : Number
The maximum available height for the legend.
ILegend
  maxWidth : Number
The maximum available width for the legend.
ILegend
Property detail
dataProviderproperty
dataProvider:Array  [read-write]

An Array of LegendItemData objects.

Implementation
    public function get dataProvider():Array
    public function set dataProvider(value:Array):void

See also

maxHeightproperty 
maxHeight:Number  [read-write]

The maximum available height for the legend.

Implementation
    public function get maxHeight():Number
    public function set maxHeight(value:Number):void
maxWidthproperty 
maxWidth:Number  [read-write]

The maximum available width for the legend.

Implementation
    public function get maxWidth():Number
    public function set maxWidth(value:Number):void