2021-06-17 12:33 AM
Step to reproduce the issue:
buttonHandler() {
if(graph.isVisible()) {
graph.setVisible(false);
graph.invalidate();
}
else {
graph.setVisible(true);
graph.invalidate();
}
}
Run the application, wait until the graph roll at least one screen length. Then click the button 2x to make it invisible and visible again. The X axis label become negative at point where we left the graph.
Why so? and how can I avoid this?
2021-06-20 11:42 PM
Hello BParh.1,
I cannot reproduce your issue.
Could you tell me more about your project and/or include the use case project here ?
/Alexandre
2021-06-21 05:15 AM
Hi @Alexandre RENOUX , thank you for your attention.
I'd cannot include directly my project file, but I'd find time to create a strip down version and get back to you.
2021-07-01 06:59 PM
Hi @Alexandre RENOUX sorry for the late replay, I have been busy. I don't have time yet to create this strip down project and I cannot share my project code for intellectual property issue.
But here I attach how some of the x label area negative. Those area are one yet to overwrite (in wrap and overwrite mode). As a start, is there any work around I can do to resolve this?