Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get a Plot Area Size in NIGraph control?

I am working with NIgraph control provided by National Instruments. In that I would like get the co-ordinates of the Plot area inside the NIGraph except the X and YAxis(i.e the area which plots the wave). How get that size related properties from the NIGraph? Any help is appreciated.
 
-Thanks in advance
Santhakumar
0 Kudos
Message 1 of 2
(5,766 Views)
Hi Santhakumar:

I'm not sure if I understood what you mean. If you want to find the area under the plot, you can find this function under Signal Processing Reference. It is the Integrate method and has the following format:

public static double[] Integrate(
double[] inputData,
double dt,
double initialCondition,
double finalCondition);

If you have other questions, please let me know and I would be glad to help you.

Thank you
Nandini
NI
0 Kudos
Message 2 of 2
(5,751 Views)