duheng
2024-10-24 bb5865148234cad04ae31d4de9264f4209a3fa6d
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;
        }