Sign in to follow this  
nimrod

One Xml Multiple Charts

Recommended Posts

Hi,

 

Is it possible to provide data to multiple charts using one XML stream? For example:

 

<set value="160" otherValue="120">

 

I would like to use 'value' to provide data for one chart and 'otherValue' to be the data points for a separate chart on the same page. Thanks.

Share this post


Link to post
Share on other sites

Hi,

 

I am afraid, each chart needs to have an independent XML stream.

 

However, if you can pre-process (using your own code) the XML stream before passing it to the chart and build two separate valid XMLs (for 2 charts) and then pass each to respective chart, it can be achieved.

Share this post


Link to post
Share on other sites

Hi,

 

I am afraid, each chart needs to have an independent XML stream.

 

However, if you can pre-process (using your own code) the XML stream before passing it to the chart and build two separate valid XMLs (for 2 charts) and then pass each to respective chart, it can be achieved.

 

Got ya. I'll try that, thanks.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this