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

performance issue in stacked chart

Hi, This is with respect to the stacked chart. We have more breakdowns (for eg. 500). i.e 500 series. If we add each series in to the chart control, its hanging and CPU usage is 100%. How this could be resolved and would like to know what its doing when we add series to the chart control. Expecting your reply ASAP. Thanks, dms

1 Reply

AD Administrator Syncfusion Team July 21, 2006 06:59 AM UTC

Hi,

We regret very much for the delay in responding.

You are getting performance issue because Chart is trying to draw all of your points, much of the work that it does here is not going to show on the graph due to the fact that most points are overlapping.A good solution to this issue is to lower the number of data points that you are adding to the chart.In most cases you will have thousands of data points in a chart that is only few hundred pixels wide, which means that there are multiple points per pixel.

There are few things that you should pay attention to when a high performance chart is required. For example you will notice a great performance gain when:

A line chart type is used instead of spline.
Shadows are disabled, specially soft shadows on column chart type.
Setting the DropSeriesPoints property to true.
Gradient and semitransparent colors are not used.

Please see the sample which reduces the CPU usage and maximizes the Chart speed.

Regards,

Jaya

PLC-Demo.zip

Loader.
Live Chat Icon For mobile
Up arrow icon