ningshuxia
2025-03-24 7b8ae93d47186c442ff890a1a83d108f115924c7
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportCtrl.cs
@@ -13,7 +13,7 @@
        }
        private SimulationProjectTitleCtrl _titleCtrl = null;
        private SimulationPumpSingleWorkingChartCtrl _workingChart = null;
        private SimulationEnergyAnalyChartCtrl _workingChart = null;
        private HydroLossCurveCtrl _lossCurve = null;
        private HydroLossStatisticsCtrl _lossStatistics = null;
@@ -72,8 +72,8 @@
            energyGroup.Expanded = true;
            energyGroup.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
            energyGroup.ExpandOnDoubleClick = true;
            _workingChart = new SimulationPumpSingleWorkingChartCtrl();
            _workingChart.SetBindingData(working, hydroInfo, allMonitorList, calcuResult);
            _workingChart = new SimulationEnergyAnalyChartCtrl();
            //_workingChart.SetBindingData(working, hydroInfo, allMonitorList, calcuResult);
            var energyItem = energyGroup.AddItem("能耗分析", _workingChart);
            energyItem.TextVisible = false;
            energyItem.Height = 250;