dan193 Posted February 12, 2008 Report Share Posted February 12, 2008 Hello, I want to start points for the X-Axis with no starting distance to Y-Axis. Is there a way to set this value to Null? (Please see attached picture) Thanks in advance, Daniel Quote Link to comment Share on other sites More sharing options...
maximop Posted February 12, 2008 Report Share Posted February 12, 2008 You need to set the XValues for your data. You can do as follows: chart1.Data.X[0, 0] = 0; chart1.Data[0, 0] = 12; chart1.Data.X[0, 1] = 1; chart1.Data[0, 1] = 10; chart1.Data.X[0, 2] = 2; chart1.Data[0, 2] = 15; Quote Link to comment Share on other sites More sharing options...
dan193 Posted February 15, 2008 Author Report Share Posted February 15, 2008 Hello, this worked very well. Thank you. But now I can't get rid of the border at the other side ;-) The last label should be the last tick on the X-Axis. Any ideas, how I could accomplish this? Many Thanks in advance. Quote Link to comment Share on other sites More sharing options...
maximop Posted February 15, 2008 Report Share Posted February 15, 2008 Please post a screenshot showing what you mean about the border. Thanks. 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.