It can be done, have two seperate bindable xmllist(or any dataprovider) and
store seperate result in that.
Use two series and work something like this....

*
                <mx:LineChart showDataTips="true" height="100%" width="100%"
x="0" y="0" >
                    <mx:series>
                        <mx:LineSeries displayName="Graph 1"
                            yField="@value" form="curve" xField="@time"
                            dataProvider="{firstXMLList}"/>

                        <mx:LineSeries displayName="Graph 2"
                            yField="@value" form="curve" xField="@time"
                            dataProvider="{**secondXMLList**}"/>

                    </mx:series>
                </mx:LineChart>
*
This was my approach for a requirements like yours, may help u..
If any better solutions, or if found any other solution pls update this
post...



On Thu, Aug 13, 2009 at 11:14 AM, kalavati singh
<kalavati.si...@gmail.com>wrote:

> Hi,
>          As per my current requirement I wanted two Line series to be
> plotted in a Single Line Chart & the input to them is from two seperate XML
> files.Can any one let me know how that can be done .If any examples /docs
> are  already available please forward it.
>
>
> Regards
> Kalavati Singh
>
> >
>

-- 
Regards,
Preetham Hegde
www.dizzianer.com

_______________________________________________
If you only have a hammer, you tend to see every problem as a nail.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to