10-19-2005 01:13 PM
void
CPacemakerAnalysisView::PointerValueChangedCwknob2ECG(long Pointer, VARIANT* Value){
CNiAxis ECGaxis = m_ECGgraph.Axes.Item("XAxis"); ECGaxis.Maximum = c_X_ECG.Value;}
The solution above doesnt work. Thats clear, because this function is called for each change of knob pointer. I used a different function, but the result is the same. THe program is stopped without reason. Are there any technique to change the X axis range in Run time of chart? (Criticalsection or synchronizing....?) Please for example. I know how to do it in LabVIew without problems but in .NET with NI....really I don know. More thanks. emta
10-20-2005 09:09 AM
10-20-2005 10:19 AM