03-10-2023 04:08 AM - edited 03-10-2023 04:27 AM
Hi,
I have a XY graph on which users can add and move cursors on it. They are single-plot cursors (attached to one plot).
To my application, I need to know for each cursors, on what specific plot it is attached. We can easily see that information on the native LabVIEW display but I cannot find a way to extract this information from properties (see screenshot). It is very frustrating, am I missing something?
Actually, I expected to see that in the plot property but always -1 is displayed on it in my case. In fact, -1 means that user can move cursor from one plot to another. If it is forced to a specific plot index, cursor will always move only on this plot. That means, in my case, I can see that my cursors are allowed to switch plots (-1) but I cannot know on which plot it currently is.
Thank for your help !
Solved! Go to Solution.
03-10-2023 04:36 AM
Ok, I found the solution. That was simply that the indication of the plot attached is not in the "cursors list" property but on the "cursor" property (selected with active plot property).
Sorry for the inconvenience.