08-24-2006 08:31 AM
Dim anSpotAnnotation(iNumberOfDamages-1) As NationalInstruments.UI.XYPointAnnotation
for iIndex=0 to iNumberOfDamages-1
anSpotAnnotation(iIndex) =
New NationalInstruments.UI.XYPointAnnotationanSpotAnnotation(iIndex).XPosition =.........
next
wfGraph.Annotations.AddRange(anSpotAnnotation) ' !!! very very slow
08-28-2006 07:03 AM
Hello,
You don’t make
anything wrong… Your programm take the best way to do that…
But 1000
annotations, that’s big and that took time.
Best
Regards
Matthieu
Papaux
Application
Engineer
NI Germany
08-29-2006 08:44 AM
08-29-2006 09:06 AM
08-29-2006 11:18 AM