LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I work out about Pan function?

Hi,

Can anybody help? my point is I don´t want my XY graph to have pan function.
I mean the XY graph cannot pan neither running VI nor not running. If it´s impossible to do that two ways, just only when running VI that cannot pan the graph.

Thanks in advance
Mannie




Message 1 of 3
(2,426 Views)
You can register for a mouse up event, and then set the ActPaletteTool to '0' if it is '1'

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 3
(2,415 Views)
What you can do is edit the graph palette to hide the panning tool.
  1. Click on the graph
  2. LabVIEW menu >> Edit >> Customize Control
  3. In the new window, click on the left button in the tool menu (Change to Customize Mode). Sorry but my mothertongue is not English and I ignore the name of the illustrated tool.
  4. Select the panning tool in the graph palette
  5. Press Ctrl + Shift + J to move the panning tool to back (or click on the square with two arrows (Reorder) and select Move to Back)
  6. Move the panning tool under the zooming tool
  7. Resize the graph palette decoration
  8. Switch back to Edit Mode
  9. Menu >> File >> Apply Changes
  10. Close the customizing window
You have now a graph with a customized graph palette. See the LabVIEW help for more details about customizing controls.

Message 3 of 3
(2,414 Views)