07-25-2012 02:00 PM
I am working with some fairly large datasets and many charts. I have done this in the past with the ActiveX controls and it worked fine. Using the .Net charts causes a massive spike in memory when adding a cursor. It's almost as if the entire plot data for each plot is copied to another array when creating a cursor. I tried to add the cursors before the data but they cannot be made visible afterwords. Is there an optimum way of dealing with cursors in the new .Net controls?
07-26-2012 04:55 PM
Hi justwakingup,
Have you taken a look at an example to get an idea of how they are typically setup?
Thanks,