private void InitializeChartData() { VelocityPointCollection_right = new VelocityPointCollection(); AccelerationPointCollection_right = new VelocityPointCollection(); ImageTimeStampList = new List <int>(); DataList = new List <ShownData>(); }
private void InitializeChartData() { VelocityPointCollection_right = new VelocityPointCollection(); AccelerationPointCollection_right = new VelocityPointCollection(); ImageTimeStampList = new List<int>(); DataList = new List<ShownData>(); }