private void Timer_Tick(object sender, object e) { float v = viewModel.Sensor.Value; SG.AddDataPoint(v); }