- Right-click the graph terminal and create a graph reference with Create reference.
- From User interface>>Panel Manipulation, select Property node function, place it on the block diagram and wire it to the graph reference created on step 1.
- Click on Panel .
- Click on the graph to display graph properties.
- In the graph properties Item window, go to the Plots tab and open the plot settings by clicking on the ⚙ item.
- In the pop-up window, check Show Value on Hover and set the plot name, X value ( {0} ), Y value ( {1} ) in Hover format .
For example, if you set this section as ( Plot 1,{0}, { 1} ), Plot 1 will be your plot name, plot name, X and Y value will be separated by a comma(,) in the display string.
- Edit the Hover format for the remaining plots using steps 5,6.
- Run your web application and hover mouse over plot to verify if plots names and XY values appear.
Note: If values and plot name are not displayed on the first mouse hover over, follow below additional steps(while your web application is still running).
- Click the down arrow shown in the image below to display the plot settings.
- Uncheck Show value on Hover and check it again.
- Repeat steps A and B for the remaining plots.
- Hover your mouse over plots to read the plot name an XY values.