11-23-2014 09:57 PM
I am using Labview 2014. When I click (right or left) on the PLOT Style regions of a XY or waveform graph a menu a menu comes up. I would like to modify what is in the menu, but I cannot figure out how. There are several posts about how to disable but that is NOT what I would like to do.
Does anyone have any ideas?
Solved! Go to Solution.
11-24-2014 02:44 PM
While in edit mode. Just right click on the graph: Advanced/Run time short cut menu/ Edit.
11-24-2014 09:31 PM
Thanks for the suggestion. Unfortunatley that only deals with the main shortcut menu for the graph. I am interested in the menu that comes up when you right or left click in the plot properties portion of the legend. It allows you to change the plot line type, color, ect..
11-26-2014 10:51 AM
Hi Mark,
You can change the plot line type, color and other properties using Property Nodes. To use Property Nodes, you first create a reference to the Front Panel object by right clicking the plot then selecting Create -> Reference. You can then wire a Property Node to the Plot Reference on the Block Diagram and modify the selected properties. Please see the below links for more information on Properties Nodes.
http://digital.ni.com/public.nsf/allkb/C6BFD9BD5F01108C86256F8100638B29
http://zone.ni.com/reference/en-XX/help/371361J-01/lvconcepts/customizing_graphs_and_charts/
11-26-2014 11:33 AM
As far as I know you can't edit that menu of the control. Graphs in general feel like 90% complete to me, and this is just one example. In the past what I've had to do is disable menus like this one. Them implement the same functionality, in a contol that I have more flexibility with.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
11-26-2014 09:24 PM
Can I disable just the functionality of the legend? I am using right click shortcut menus on the main graph for exporting. I saw one post where someone used a transparent decoration. I could do that, but that isn't very elegant.
11-26-2014 10:28 PM
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
11-26-2014 10:39 PM
Good idea.