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

<*> 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