And if you want examples...

http://livedocs.adobe.com/flex/3/html/help.html?content=charts_formatting_12.html

And now, I´m still worng?



2008/9/6 Fernando Ghisi <[EMAIL PROTECTED]>:
> I can´t agree with you.  Just take a look on the styles of
> ColumnSeries in
> http://livedocs.adobe.com/flex/3/langref/mx/charts/series/ColumnSeries.html
> -> itemRenderer="BoxItemRenderer"
>
> I want a reference of the SERIES itemRenderer, not the charts one.
>
>
>
> 2008/9/5 Igor Costa <[EMAIL PROTECTED]>:
>> ItemRenders are not part of Style even is not the way we could get a
>> reference into a render for Charts.
>>
>> Try this. http://www.flex888.com/699/the-illusive-itemrenderer.html
>> Maybe will help you to figure out how.
>>
>> Regards
>> Igor Costa
>> www.igorcosta.org
>>
>> On Fri, Sep 5, 2008 at 9:12 PM, Tim Hoff <[EMAIL PROTECTED]> wrote:
>>>
>>> Assuming chart is a ColumnChart, chart.series[0].items[0] will get you a
>>> rference to the first ColumnSeriesItem.  Charts don't have itemRenderers and
>>> an itemRenderer is not a style.
>>>
>>> -TH
>>>
>>> --- In [email protected], "Fernando Ghisi" <[EMAIL PROTECTED]>
>>> wrote:
>>> >
>>> > So, nobody can help me?
>>> >
>>> >
>>> > 2008/9/5 Fernando Ghisi [EMAIL PROTECTED]:
>>> > > 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
>>> > >
>>> >
>>> >
>>> >
>>> > --
>>> > Fernando Benedet Ghisi
>>> >
>>
>>
>>
>> --
>> ----------------------------
>> Igor Costa
>> www.igorcosta.com
>> www.igorcosta.org
>> 
>
>
>
> --
> Fernando Benedet Ghisi
>



-- 
Fernando Benedet Ghisi

Reply via email to