I need sample four signals with a sample rate about 50M for each signal and display all the sample data with time in real time(something like a high speed scope).I want to use the CNiGraph control of messurement studio to display the data in the environment of visual c++ 6.0.I use the fuction ChartXvsY( const CNiVector& x, const CNiVector& y )
to display the data on the control.However,the control seems can't refresh with high speed,and my application can't response me when it starts sampling and displaying the data in real time.Please help me.Thank you in advance!