Hi,
I have an application that produces data in realtime. I have been using WinChart to plot this data.
However I am finding that as I increase the rate at which the data arrives, the charting app which contains the WinChart starts to bog down an ultimately cant keep up.
Does Infragistics have any guidelines regarding how to apply the WinChart object to enable fastest refresh and 'lightest' CPU loading?
Thanksl
One thing you can try is disabling the tooltips:
this.ultraChart1.Tooltips.Display = TooltipDisplay.Never;
http://help.infragistics.com/NetAdvantage/WinForms/2010.1/CLR2.0/?page=Chart_Optimize_the_Rendering_Speed.html