AsifKhan Posted September 5, 2007 Report Share Posted September 5, 2007 Hello, I am having a little trouble here.. I need to bind the chart to different datasources. at the moment, I am merging datatables to form a single datatable and then binding the final datatable with the chart. the result isn't too bad but as a result of this merger, there are various cells in the final datatable with null values. this results in continoues breaks within the plotted lines and mess up the whole chart. my problem can easily be solved if I could bind each of the series with a different datasource. is it possible? if not then please let me know if there is an alternative approch to acheive this. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
AsifKhan Posted September 5, 2007 Author Report Share Posted September 5, 2007 finally got it corrected after a few tweaks. There won't be any problems if the chart is binded with an unsorted dataview. I was sorting the dataview (date column) which is not required and infact caused the problem i was having. 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.