Profile Picture

Chart surface high speed mode

Posted By TENEI SHOU 9 Years Ago
Author
Message
Nevron Support
Posted 9 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054, Visits: 4,009
Hi Tenei,

Also make sure to turn of contour lines - they slow down things a lot:
surface.FrameMode = SurfaceFrameMode.None;

Let us know if you meet any problems.


Best Regards,
Nevron Support Team



TENEI SHOU
Posted 9 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: 9 Years Ago
Posts: 2, Visits: 6

Thank you for your reply.
I changed the setting as 1 and 2. but I still find it very slow to plot the data and when I
rotate the chart ,somtimes it  freezes .

About the triangulated surface , have I to set the deep ,width the same value?
If there the data size is  1500*2048 , do I still need to add them all?








Nevron Support
Posted 9 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054, Visits: 4,009
Hi Tenei,

You can significantly improve the performance of the control using the following check list:
1. Make sure that you use texture zoning:
surface.FillMode = SurfaceFillMode.ZoneTexture;

2. Turn on hardware acceleration:
nChartControl1.Settings.RenderSurface = RenderSurface.Window;

3. Diminish the number of data points - this can be done automatically by the triangulated surface - check out the All Examples \ Chart Gallery \ Triangulated Surface \ Surface Simplification example.

Hope this helps - let us know if you meet any problems.


Best Regards,
Nevron Support Team



TENEI SHOU
Posted 9 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: 9 Years Ago
Posts: 2, Visits: 6
Hello, 
I add a surface series to plot a 1500*2048 data .
And  I found it rotate very slow. Is there a way to improve the performance ?

Thank you . 



Similar Topics


Reading This Topic