Forums
Reduce number of ploted data points possible? - Printable Version

+- Forums (http://mitov.com/forum)
+-- Forum: .NET 2.0 - 4.0 Components (/forum-8.html)
+--- Forum: PlotLab (/forum-29.html)
+--- Thread: Reduce number of ploted data points possible? (/thread-3013.html)



Reduce number of ploted data points possible? - FanMSL - 09-24-2013 10:27 PM

Hello

Is it possible to Reduce the number of printed plotted data points?

Lets say I use an over sized array of double but only the first data elements are valid to be plotted, the number of valid data elements is know, next i could dynamic re size the array or initialize al remaining elements by the value of the last valid data element but is there an other way to the channel data partially in case an over sized array of double is used.
I did try by initialize the array of double by double.NAN hopefull the plot engine will skip plotting when double.NAN value is used but it doesn't.

Regards