0
Under review
Plotting 1D array of sampled data
My main use case it to plot sampled data from a 1D array. The data has a start time and a sampling rate, typically 20 kHz.
The program samples which I have looked at use array of points specifying X and Y values.
Obviously, I can convert my data into this form (using a ViewModel class) but I was wondering if there is any built in support for plotting a one dimensional array of equidistant values.
Phil
Customer support service by UserEcho
Sorry, there is no built in support for 1D data. But I think it should be possible to create an sequence of plottable items in a single LINQ expression!
Thanks for the information. This is not a problem.
Phil