private void ResetGraph1() { DataGrafStrategia1.Clear(); GraphStrategia1.InvalidatePlot(); }
private void UpdateGraph1(int x, double y) { RefreshWindowDispatcher(); DataGrafStrategia1.Add(new DataPoint(x, y)); GraphStrategia1.InvalidatePlot(); }