Packagecom.yahoo.astra.fl.charts.legend
Classpublic class LegendItem
InheritanceLegendItem Inheritance fl.core.UIComponent

An item displayed in a chart's Legend.

See also

com.yahoo.astra.fl.charts.legend.Legend


Public Properties
 PropertyDefined by
  data : LegendItemData
The data used to display the legend item.
LegendItem
Public Methods
 MethodDefined by
  
Constructor.
LegendItem
Property detail
dataproperty
data:LegendItemData  [read-write]

The data used to display the legend item.

Implementation
    public function get data():LegendItemData
    public function set data(value:LegendItemData):void
Constructor detail
LegendItem()constructor
public function LegendItem()

Constructor.