Lirazel Posted July 22, 2008 Report Share Posted July 22, 2008 how do I Create Bar-Lines Chart? Do I need to set 2 different data sources? Thank you Liraz Quote Link to comment Share on other sites More sharing options...
Frank Posted July 22, 2008 Report Share Posted July 22, 2008 You can not have 2 different data sources in the same chart. You have two options: 1) Combine both datasources into one 2) Write the code to read from both datasources and use the Data API (chart.Data) to pass the data to the chart manually. As for the Bar-Lines chart simply set: chart.Series[0].Gallery = Gallery.Bar; chart.Series[1].Gallery = Gallery.Lines; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.