Packagecom.yahoo.astra.fl.charts.series
Interfacepublic interface ILegendItemSeries extends ISeries, flash.events.IEventDispatcher
ImplementorsCartesianSeries

A series type that can create data for a legend.

See also

com.yahoo.astra.fl.charts.legend.ILegend
com.yahoo.astra.fl.charts.legend.LegendItemData


Public Properties
 PropertyDefined by
 Inheritedchart : Object
The chart in which this series appears.
ISeries
 InheriteddataProvider : Object
The data provider for this series.
ISeries
 InheriteddisplayName : String
The name of the series as it appears to the user.
ISeries
 Inheritedlength : int
The number of items in the series.
ISeries
Public Methods
 MethodDefined by
 Inherited
Creates a copy of the ISeries object.
ISeries
  
Creates a LegendItemData object to pass to the chart's legend.
ILegendItemSeries
 Inherited
ISeries
 Inherited
ISeries
Events
 EventSummaryDefined by
 Inherited Dispatched when the data property for an ISeries changes.ISeries
Method detail
createLegendItemData()method
public function createLegendItemData():LegendItemData

Creates a LegendItemData object to pass to the chart's legend.

Returns
LegendItemData