private void OnStartPlaying() { //Can't change quality if playing sliderQuality.IsEnabled = false; //Clear chart points after the current position _chart.ClearAfter(Controller.Pipeline.Supervisor.Processor.MostRecentFrameIndex); Activity.RemoveAll(p => p.X > Controller.Pipeline.Supervisor.Processor.MostRecentFrameIndex); }