Exemple #1
0
        private void UpdateGraph2(int x, double y)
        {
            RefreshWindowDispatcher();

            DataGrafStrategia2.Add(new DataPoint(x, y));
            GraphStrategia2.InvalidatePlot();
        }
Exemple #2
0
 private void ResetGraph2()
 {
     DataGrafStrategia2.Clear();
     GraphStrategia2.InvalidatePlot();
 }