This is the weirdest thing that @Mahares has brought to my attention. At about line 96 of the attached project the following line of code appears:
If you run the project in release mode then it draws the x-axis labels at the bottom or top i.e in the right place depending on BOTTOM or TOP being set. But in Debug mode it draws the x-axis labels only at the TOP regardless of setting it to BOTTOM. What in this lifetime is happening here...? Why does it do so...?
The library files for this project are in the /Files folder of the attached B4A project. Copy them to your additional library folder to test this weirdness...
Can anyone give an explanation for this...?
B4X:
mlc1.XaxisLabelPosition = "BOTTOM"
If you run the project in release mode then it draws the x-axis labels at the bottom or top i.e in the right place depending on BOTTOM or TOP being set. But in Debug mode it draws the x-axis labels only at the TOP regardless of setting it to BOTTOM. What in this lifetime is happening here...? Why does it do so...?
The library files for this project are in the /Files folder of the attached B4A project. Copy them to your additional library folder to test this weirdness...
Can anyone give an explanation for this...?