Profile Picture

Performance of Chart for winform

Posted By Kasper Juul Larsen 7 Years Ago
Author
Message
Kasper Juul Larsen
Posted 7 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)

Group: Forum Members
Last Active: 4 Years Ago
Posts: 3, Visits: 5
Hi,

I am using Nevron chart version 12.2.6.12 for .NET 2011 Volume 1.

I am experiencing performance issues when loading large data sets. Eg. Three graphs with one line in each. Each line has 200000 points or more. The chart becomes unresponsive and reacts with great delay.

Any ideas on how to improve performance?

Best regards
Kasper

Nevron Support
Posted 7 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746
Hi Kasper,
In newer versions of the control you have the option to enable line sampling:
line.SamplingMode = SeriesSamplingMode.Enabled;
and / or to enable hardware accelerated rendering:
nChartControl1.Settings.RenderSurface = RenderSurface.Window;
So you may consider to upgrade. We would recommend you to test whether newer versions of control can meet your performance requirements (the control works with 1M+ data points without a problem). If it covers your requirements please contact sales@nevron.com for pricing / special promotions / discounts etc.
Hope this helps - let us know if you have any questions or meet any problems.




Best Regards,
Nevron Support Team



Tags
q


Similar Topics


Reading This Topic