WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-pump-chart/05-import/01-excel/ImportPumpPerform2dByExcelCtrl.cs
@@ -296,6 +296,8 @@ _qh = new Yw.Geometry.CubicSpline2d(_qh_pt_list); _qe = new Yw.Geometry.CubicSpline2d(_qe_pt_list); _qp = new Yw.Geometry.CubicSpline2d(_qp_pt_list); var test_pt_list = _qe.GetPointList( ); this.xtrPerform2dChart1.SetBindingData(_qh, _qe, _qp, string.Empty, true); return true; }