Hi chilly charly.
Well, that works fine, but what if I want to create new plots with diferent X and delta X values?
In your example vi, a 2D array is created, but the x´s are the same for all plots.
What I need is a way to create new plots and new cursors at the same time, and each new plot is going to
have it´s x and y values given by the cursor position.
This way, everytime I click on the add plot button, a new cursor with a bar (plot) is created, and the user will
be able to drag this cursor+bar on the graph and position it anywhere.
Take a look at my example vi, and you will understand what I mean.
On that example, I have made two groups of cursor+bar, but I had to wire the whole thing twice.