Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Interactively modify plot data

Hello!

I'd like to now if there is any fast way to interactively modify shape of selected plot on graph with mouse move's.
That means that I'd like to tuch ploted point and then drag it to minus or plus position.
Any good idea?

Regards!
0 Kudos
Message 1 of 2
(6,529 Views)
Hey danilo,

Unfortunately there is not really any built in functionality to do what you want to do. You would have to use a combination of mouse events to try and do this. Even then it might be not be feasible depending on how many points you have and how you are wanting to change the point.  Each time you wanted to change just a single point, you would have to redraw the whole graph.

Pat P.
Software Engineer
National Instruments
0 Kudos
Message 2 of 2
(6,514 Views)