Deoxys Posted April 5, 2013 Report Share Posted April 5, 2013 Hi, I want to label my y-axis from 1 to 39 (1 on top, 39 on bottom) with a step of 1. And when I configure this I get this Why are labels one value down-shifted? How can I fix this? Greets Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted April 5, 2013 Report Share Posted April 5, 2013 I was not able to duplicate this issue with our most recent bits so maybe it is something we already fixed and will be included in a future build. In the meantime can you try the following chart1.getAxisY().setMin(1); chart1.getAxisY().setMax(39); chart1.getAxisY().setInverted(true); JuanC Quote Link to comment Share on other sites More sharing options...
Question
Deoxys
Hi,
I want to label my y-axis from 1 to 39 (1 on top, 39 on bottom) with a step of 1. And when I configure this I get this
Why are labels one value down-shifted? How can I fix this?
Greets
Link to comment
Share on other sites
1 answer to this question
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.