2021-06-07 10:36 PM
In Dynamic Graph widget, when we call API addDataPoint(), this will return the index of the added value. But how to get the x position?
Solved! Go to Solution.
2021-06-08 01:32 AM
2021-06-08 01:32 AM
Hi!
Try with indexToScreenX(index) / indexToScreenY(index)
Regards!
2021-06-10 02:15 AM
Thank you @GPa.1 , you saved my day :grinning_face: