Packagecom.yahoo.astra.fl.charts.series
Interfacepublic interface ISeriesItemRenderer extends flash.events.IEventDispatcher
ImplementorsSeriesItemRenderer

A renderer for an item in a series on a chart.

Important: Must be a subclass of DisplayObject

See also

flash.display.DisplayObject


Public Properties
 PropertyDefined by
  data : Object
The data provider for the item that this item renderer represents.
ISeriesItemRenderer
  series : ISeries
The series data that is displayed by this renderer.
ISeriesItemRenderer
Property detail
dataproperty
data:Object  [read-write]

The data provider for the item that this item renderer represents. Custom implementations of ISeriesItemRenderer may use this property to render additional information for the user.

Implementation
    public function get data():Object
    public function set data(value:Object):void
seriesproperty 
series:ISeries  [read-write]

The series data that is displayed by this renderer.

Implementation
    public function get series():ISeries
    public function set series(value:ISeries):void