Exemplo n.º 1
0
        private void UpdateGraph2(int x, double y)
        {
            RefreshWindowDispatcher();

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