How can I get a reference to a itemRenderer of a chart series?
If I use getStyle method, I´ll get the reference of the ClassFactory
Ex: Series(chart.series[index]).getStyle("itemRenderer")
Looking for any property that I could use, I´ve found in the
ColumnSeries a property called _instanceCache. I could get a
reference of the objects created by the ClassFactory using
"_instanceCache.instances", but this attribute is private.
So, what should I do to get the reference of the itemRenderes of the series?
--
Fernando Benedet Ghisi