ningshuxia
2025-03-28 94ebf14787ea1c67b6a6139a2b19e3693b809625
WinFrmUI/PBS.WinFrmUI.Hydro/05-system-curve/02-chart/SystemCurveChartCtrl.cs
@@ -10,6 +10,8 @@
        {
            InitializeComponent();
            this.layoutControl1.SetupLayoutControl();
            this.gridView1.SetNormalView();
            this.sidePanel1.Visible = false;
            InitialChart();
        }
@@ -80,6 +82,8 @@
        public event Action RefreshDataEvent;
        public event Action<Yw.Ahart.CubicCurve, Yw.Ahart.CubicCurve, Yw.Ahart.CubicCurve> RefreshCurveEvent;
        /// <summary>
        /// 清空
        /// </summary>
@@ -110,6 +114,8 @@
            _xyDiagram.EnableAxisYScrolling = false;
            this.chartControl1.EndInit();
            this.RefreshCurveEvent?.Invoke(null, null, null);
        }
        /// <summary>
@@ -196,6 +202,7 @@
                this.RefreshCurveEvent?.Invoke(curveUpperPressure, curveLowerPressure, curveAveragePressure);
            }