07-05-2023 04:41 PM
I have a waveform graph with a yellow annotation point on one of the plots. I am just trying to display what the x position of that point is. Any help would be appreciated.
Solved! Go to Solution.
07-05-2023 11:41 PM
I didn't look at your code, but presumably you're using the Annotation List property to control the annotation. In that cluster you have the properties Name, Name Visible and Position.X, so you can set the position to be the position you want, update the name to show the position and make it visible.
07-06-2023 09:17 AM
I looked into using that, but I am unsure how to get the x position.
07-06-2023 10:16 AM
It's an Array of clusters so you need to index the point you want to access, and then use cluster tools to change or read the contents.
Here is how to select the X position of the first point (at index 0):