By Dan Overton - Monday, August 4, 2014
Is there a way to sample the data being used when creating a Mesh/Triangulated/Grid chart? I have over 5 million points I am trying to graph, but don't necessarily need to display them all, and was wondering if sampling was built into any of these graphs.
|
By Nevron Support - Tuesday, August 5, 2014
Hello Daniel,
The Triangulated Surface series has a built-in resampling feature, demonstrated in the following example in the WinForms examples application:
All Examples > Chart Gallery > Triangulated Surface > Surface Simplification
Currently the Grid Surface and the Mesh Surface series do not provide built-in resampling functionality.
|
|