Hello,
I'm using the impressive xChart library with B4J (
https://www.b4x.com/android/forum/threads/b4x-xui-xchart-class-and-b4xlib.91830/).
I have a few questions regarding text and number formatting on a YXChart, see attached screenshot:
1. Is it possible to replace "x" and "y" with user defined strings?
2. Is it possible to format numbers, for instance to show all digits and remove scientific notation?
Is it possible to add a user defined string behind the numeric value?
3. Is it possible to format axis numbers, for instance to show all digits and remove scientific notation?
4. When the mouse is close to a point on a curve, the x and y values of this point are displayed.
At the same time, the X and Y values accessible in Sub xChart1_Touch are the values of the position of the mouse, which is not exactly the position of the point on the curve.
Is there a way to access to the x and y values of the point on the curve instead of the position of the mouse?
Thank you in advance for your help
Raphaël