List<double> measurements = new List<double>();
double minimumx;
double maximumx;
double delta;
double actualValues;
//.
//.
//.
//.
//.Functionality of the above variables all stored as double
//.
//.
//.
//.
How do I store all the above double variables into the List "measurements"? Can I use List.AddRange(). Also eventually I am trying to call the measurements onto a different project in the same solution( basically create a viewmodel.cs file and call the "measurements" list there ) and plot the measurements using oxyplot.