To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This VI demonstrates the use of the mouse move event within the plot area of the intensity graph.
Description
You can show the X,Y, and Z values of an intensity graph next to the mouse as it is in the plot area using this example code. The VI makes use of the Mouse Move event within the Plot Area of the Intensity Graph. Then, it correlates the location of the mouse in the plot area to the array of the graph and then writes the values to a cluster indicator that moves with the mouse.
Requirements
Software:
Steps to Implement or Execute Code
Additional Information or References
I did not use tool strips because the appear slowly and then do not move with the mouse.
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
how can i make the same for graph indicator of mulitple plots
Thanks great example.