qin
2025-03-19 342b10ed5f4ebbccf2d2868d211fbe91cf3e8d5d
WinFrmUI/PBS.WinFrmUI.Hydro/03-system-curve/SystemCurvePage.cs
ÎļþÃû´Ó WinFrmUI/PBS.WinFrmUI.Hydro/01-system-curve/SystemCurvePage.cs ÐÞ¸Ä
@@ -60,7 +60,7 @@
        public class CalcNodeViewModel
        {
            public int NodeIndex { get; set; }
            public int NodeIndex { get; set; }
            public double Elevation { get; set; }
            public double Flow { get; set; }
            public double Pressure { get; set; }
@@ -331,7 +331,7 @@
                var minY = _waterPointList.Min(x => x.Y);
                var maxY = _waterPointList.Max(x => x.Y);
                var minDynamicPressure = minY;
                _constantLineDynamicPressure.AxisValue = minDynamicPressure;
                _constantLineDynamicPressure.Title.Text = $"最低供水压力:{minDynamicPressure:N2}m";
@@ -361,7 +361,7 @@
                _xyDiagram.AxisY.WholeRange.Auto = true;
                _xyDiagram.AxisY.VisualRange.Auto = true;
                _xyDiagram.AxisY.NumericScaleOptions.AutoGrid = true;
                _xyDiagram.AxisY.NumericScaleOptions.AutoGrid = true;
                _xyDiagram.AxisY.WholeRange.SideMarginsValue = 0;
                _xyDiagram.AxisY.VisualRange.SideMarginsValue = 0;
                _xyDiagram.AxisY.WholeRange.SetMinMaxValues(minY, 70);