We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Regarding chart Refresh problem

Hi All,

I am facing severe performance problem while refreshing the chart with more then 100 plus points, it says CPU usage is 100% and also control is not responding at all,

Below is my code for refreshing the chart while the scroll bar move then the cursor will be drawn on the particular location.
------------------------------------------------------------
this.TrendControl.Cursor.Enabled = true;
this.TrendControl.Cursor.Start = this.TrendControl.FromDate.AddSeconds(e.NewValue).ToOADate();
this.TrendControl.Cursor.End = this.TrendControl.FromDate.AddSeconds(e.NewValue).ToOADate() + this.TrendControl.Cursor.Width;
this.TrendControl.Refresh();

------------------------------------------------------------

Please tell me is there any other do the same without refreshing the chart? I want to avoid performance problem in my control.

Please any one help as soon as possible.

Thanks and Regards
K.Sathishkumar

1 Reply

RC Rajesh C Syncfusion Team March 27, 2007 10:35 PM UTC

Hi Sathishkumar,

Thank you for your interest in Essential Chart.

Could you please provide us with a sample which reproduces the condition that you have mentioned here?

Regards,
Rajesh

Loader.
Live Chat Icon For mobile
Up arrow icon