Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

I observed CWUI6.0 is slower than CWUI3.0 in drawing the graph

I had CWUI3.0 earlier and the graph is faster, with the same VB code I tested the CWUI6.0 (Measurement Studio 6.0) the graph display is slower is there any setting that will improve the speed of the displaying the graph.
I thank you in advance.
Shiva
0 Kudos
Message 1 of 3
(3,099 Views)
Here are a few things to try:


  • Change the GraphFrameStyle property from cwGraphFrame3D (the default value) to cwGraphFrameClassic.

  • Set the ImmediateUpdates property to False.

  • Set the Windowless property to True.



Give these a shot and let me know how it works out.

- Elton
0 Kudos
Message 2 of 3
(3,099 Views)
Hi Elton,
Thank you for the suggestion. I had the GraphFrameStyle set to cwGraphFrameClassic, but I did changed the ImmediateUpdates property and the Windowless property.
I am impressed by the performance.
Shiva
0 Kudos
Message 3 of 3
(3,099 Views)