How to get X position of current plotted data in Dynamic Graph?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
Labels:
- Labels:
-
TouchGFX
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-08 1:32 AM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-08 1:32 AM
Hi!
Try with indexToScreenX(index) / indexToScreenY(index)
Regards!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-10 2:15 AM
Thank you @GPa.1​ , you saved my day :grinning_face:
