User (Legacy) Posted November 1, 2006 Report Share Posted November 1, 2006 Thank you for the previous answers. It would be very helpful if you could give a hint how can I fix this strange numbering along YAxis. See attached snapshot. The step is set to 1 and all values added to the graph are integral. This is confirmed by the hint. But values do not correspond to labels along YAxis and what is even more confusing the label "5" is missed. I am looking forward to hearing from you soon. Please do not say that it has been fixed only in v6.2!!! Quote Link to comment Share on other sites More sharing options...
Software FX Posted November 5, 2006 Report Share Posted November 5, 2006 I believe the problem is that either the Min or the Step (if you set it manually) is set to a number that is NOT an integer. Because you are not displaying decimal. For example if the Step is set to 1.1, and your Min is zero (0) you will end up with: 0 1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 9.9 11.0 Notice that if you hide the decimals you would see 0 1 2 3 4 5 6 7 8 9 11 What seems like a jump from 9 to 11 is just a jump of 1.1. So make sure your step and Min values can be represented using the number of decimals you are displaying. -- Francisco Padron www.chartfx.com 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.