KyleBerne Posted August 13, 2007 Report Share Posted August 13, 2007 Hi, I have a chart I am trying to create that has 2 series in it: one displaying points (scatter) and the other is a curve connecting all these points (I use this for several reasons). This chart also have a few constant lines acting as limits. When I scaled the chart to see all the points & limits, I found out that I actually have 20! series on the chart. All series from index 2 upwards have point values of 0. I have tried several ways of getting rid of the unwanted series but to no avail (even hiding them didnt work, it resulted in the auto scale Y axis feature being messed up). Any ideas? Quote Link to comment Share on other sites More sharing options...
JuanC Posted August 14, 2007 Report Share Posted August 14, 2007 Can you post the code you are using to customize the chart to try to find where these series are being created. Are you using custom gridlines to draw your constant lines? JuanC Quote Link to comment Share on other sites More sharing options...
KyleBerne Posted August 14, 2007 Author Report Share Posted August 14, 2007 Its a pretty simple code, I dont have it available right now (will post it tomorow) but basicly its just a 'for' loop over a dataview, manually filling series 0 and 1. series 1 is scater and series 0 is a line. both refer to the same data points (I use this in order to allow users to 'remove' points from the chart) I then add a few constant lines nearly forgot, I also clear the data before getting into the 'for' loop. thats about all. 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.