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
 InheriteddataTipFunction : Function
DataTip Function for series
ISeries
 InheriteddisplayName : String
The name of the series as it appears to the user.
ISeries
 InheritedlegendLabelFunction : Function
If defined, the chart will call the input function to determine the text displayed in in the chart's legend.
ISeries
 Inheritedlength : int
The number of items in the series.
ISeries
  showInLegend : Boolean
When a Legend is present, indicates whether the series will show in the legend.
ILegendItemSeries
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
Returns the index of an item renderer.
ISeries
 Inherited
Converts an item to its corresponding item renderer.
ISeries
Events
 EventSummaryDefined by
 Inherited Dispatched when the data property for an ISeries changes.ISeries
Property detail
showInLegendproperty
showInLegend:Boolean  [read-write]

When a Legend is present, indicates whether the series will show in the legend.

Implementation
    public function get showInLegend():Boolean
    public function set showInLegend(value:Boolean):void
Method detail
createLegendItemData()method
public function createLegendItemData():LegendItemData

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

Returns
LegendItemData