Packageorg.apache.flex.charts.beads
Classpublic class ChartItemRendererFactory
InheritanceChartItemRendererFactory Inheritance Object
Implements IBead, IDataProviderItemRendererMapper

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The ChartItemRendererFactory class implements IDataProviderItemRendererMapper and creats the itemRenderers for each series in a chart. The itemRenderer class is identified on each series either through a property or through a CSS style. Once all of the itemRenderers are created, an itemsCreated event is dispatched causing the layout associated with the chart to size and position the items.



Public Properties
 PropertyDefined By
  seriesRenderers : Array
[read-only] The array of renderers created for each series.
ChartItemRendererFactory
  strand : IStrand
[write-only] The host component for this bead.
ChartItemRendererFactory
Protected Properties
 PropertyDefined By
  dataGroup : IItemRendererParent
ChartItemRendererFactory
Public Methods
 MethodDefined By
  
constructor.
ChartItemRendererFactory
Property Detail
dataGroupproperty
protected var dataGroup:IItemRendererParent

seriesRenderersproperty 
seriesRenderers:Array  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The array of renderers created for each series.


Implementation
    public function get seriesRenderers():Array
strandproperty 
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
ChartItemRendererFactory()Constructor
public function ChartItemRendererFactory()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.