07-18-2013 01:01 PM
How to to integrate two parameters within the single graph
Eg: V versus T and C versus T across from the taken single graph from the palette
07-18-2013 02:57 PM
I am afraid that National Instruments have not yet included mind-reading technology, and there is still a need to read the help file. If you go to:
Help->Library Reference->User Interface Library->Controls->Control Types->Graph Controls->Programming with Graph Controls, you will find it tells you all you need. Hint: Think 2nd Y axis.
07-19-2013 04:24 AM
07-19-2013 04:57 AM
07-19-2013 05:16 AM
Let me begin with a comment: You should specify your questions more precisely: When I read your post yesterday I was about to answer of how to implement numeric integration...
You also may use spell checking - if you expect users to spend some time for answering you also should spend some time for providing a readable question, see here
Addressing your question, yes, you can plot two data sets on one graph, e.g. by calling PlotX / PlotY repeatedly, for example, have a look at the sample program graphlegend that ships with CVI: you can draw as many data sets as you wish, you can also have several X and Y axes,...
07-19-2013 05:46 AM
07-19-2013 05:47 AM
07-19-2013 06:03 AM
There are several ways to find examples, one is using the help of a related function, say PlotY: At the end of the description you will see the header "Examples"; clicking on the green arrows will open the corresponding project
An alternative is the example finder, access it via the menu Help / Find Examples...