Exemplo n.º 1
0
 private void ResetGraph1()
 {
     DataGrafStrategia1.Clear();
     GraphStrategia1.InvalidatePlot();
 }
Exemplo n.º 2
0
 private void UpdateGraph1(int x, double y)
 {
     RefreshWindowDispatcher();
     DataGrafStrategia1.Add(new DataPoint(x, y));
     GraphStrategia1.InvalidatePlot();
 }