Sign in to follow this  
sirbanks

Data in Multi Series Chart

Recommended Posts

I am able to display my categories and data, however all my data lines up on the 0 point of the Y-axis instead of flowing across the chart. The categories align properly. Any ideas where to point me? I am reading the data in properly, I believe. Here is my code:

 

 

 

strXML = strXML & ""

 

 

 

After reading this in, I move to the next record and do it again until EOF. Any help is appreciated.

Share this post


Link to post
Share on other sites

Nevermind, I got it. I realized my groupings were incorrect and when I grouped each area, categories, series1 and series2 it worked great. Thanks for the help.

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