cancel
Showing results for 
Search instead for 
Did you mean: 

How to get X position of current plotted data in Dynamic Graph?

BParh.1
Senior III

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?

1 ACCEPTED SOLUTION

Accepted Solutions
GPa.1
Associate III

Hi!

Try with indexToScreenX(index) / indexToScreenY(index)

Regards!

View solution in original post

2 REPLIES 2
GPa.1
Associate III

Hi!

Try with indexToScreenX(index) / indexToScreenY(index)

Regards!

Thank you @GPa.1​ , you saved my day 😀