User (Legacy) Posted January 30, 2002 Report Share Posted January 30, 2002 Hello! Is there any way I can totally delete given points from a graph? In my case, I have a complex SQL query that I execute to obtain the data for the graph. In a certain situation, I want to be able to delete 2 points in the graph. I don't want to use .Series(0).YValues(11)=CHART_HIDDEN, because it leaves me with a gap in the chart. I don't want any gaps. I hope this is possible, otherwise I am going to have to do a union query to extract the data, something I really do not want to do Cheers Paul Quote Link to comment Share on other sites More sharing options...
Software FX Posted January 30, 2002 Report Share Posted January 30, 2002 You can only remove points at the end by allocating less points (using OpenDataEx). You can not remove points in the middle. -- FP Software FX, Inc. 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.