LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I Select plotted points

Is there a method to select plotted points on a graph?
0 Kudos
Message 1 of 2
(2,932 Views)
What do you mean by "select"? Are you intending to evidence them while for example drawing a line across the set of measures? If so, plot functions like for example PlotXY have options to evidence single points with various symbols. On the other hand, if you want to point on the graph and obtain the values of a single measure you can do it using cursors: you can enable one or more cursors on the graph and interactively select a point on the graph; in the graph callback you can retrieve cursor values and either display measures on numeric indicators or handle them according to your needs. Have a look of the examples shipped with CVI: you can retrieve them in the example finder or looking at <cvidir>\samples\userint folder.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,921 Views)