| | |
| | | using DevExpress.Utils; |
| | | using DevExpress.XtraCharts; |
| | | using DevExpress.XtraEditors; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Data; |
| | | using System.Drawing; |
| | | using System.IO; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using System.Windows.Forms; |
| | | using Yw.WinFrmUI; |
| | | |
| | | namespace PBS.WinFrmUI.DataAnalysis |
| | |
| | | if (i > 0) |
| | | { |
| | | var cell_temp = row_temp.GetCell(i); |
| | | if (cell_temp != null && cell_temp.CellType!= NPOI.SS.UserModel.CellType.Blank) |
| | | if (cell_temp != null && cell_temp.CellType != NPOI.SS.UserModel.CellType.Blank) |
| | | { |
| | | double yvalue = cell_temp.NumericCellValue; |
| | | var timevalue = row_temp.GetCell(0).NumericCellValue; |