I'm dynamically creating charts based on groupings on an ultraGrid. However when I have more than 10 charts and each chart has about 10 to 600 data points the process gets painfully slow. Is there a way to optimize the process?
i think that scenario should perform reasonably well, but one thing you can do to speed it up is disable tooltips.
if you have a sample project which reproduces the slowness, we can look at it and see if there is anything wrong happening to cause the bad performance.
How do I turn it off?
this.ultraChart1.Tooltips.Display = Never