There's a solution in both Flex 1.5 and Flex 2, but it's easier in Flex
2.


In Flex 1.5, you'll want to looking into building a custom renderer (I
just posted an example a few days ago of doing this for a column
chart...doing it for a PlotChart is esentially the same).

In Flex 2, you'd build a custom itemSkin...again, I posted an example of
this recently for columnCharts.

Ely.
 

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of wujunjr
Sent: Tuesday, February 21, 2006 6:56 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: different color and shape in one plot chart

Is there any solution in Flex 2?
I'm using Flex 1.5 now.

Thanks.
John

--- In flexcoders@yahoogroups.com, "Ely Greenfield" <[EMAIL PROTECTED]>
wrote:
>
> 
> 
> 
> This is probably starting to sound repetetive, but...
> 
> 
> Flex 1.5 or 2?
> 
> E.
>  
> 
> -----Original Message-----
> From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
> Behalf Of wujunjr
> Sent: Tuesday, February 21, 2006 1:11 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] different color and shape in one plot chart
> 
> Hi, all,
> 
> Is it possible to implement a plot chart in flex, which have
different
> color and shape within same PlotSeries.
> We are implementing this function like that:
> 
>   <mx:PlotSeries name="Company1" xField="Debt_1" yField="Cds_1"/>
>   <mx:PlotSeries name="Company2" xField="Debt_2" yField="Cds_2"/>
>   <mx:PlotSeries name="Company3" xField="Debt_3" yField="Cds_3"/>
>   ...
> 
> but it cannot get data from backgroud dynamically. If we put all
company
> infomation into same Array, there would be no different color and
shape.
> 
> Thanks in advance!
> John
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to