Jump to content
Software FX Community

YAxis labels


User (Legacy)

Recommended Posts

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!!!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...