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.