Beispiel #1
0
 internal void Take(int v)
 {
     XValues = XValues.Take(v).ToList();
     YValues = YValues.Take(v).ToList();
 }