Shuxia Ning
2024-08-12 d81b5157ae73e05f62e82d245c19a7063a4a1d20
WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-chart/00-helper/CurveExpressChartExtend.cs
@@ -529,12 +529,12 @@
        //{
        //    Color pointColor = CurveChartDisplay.CurveColorQH;
        //    Color lineColor = CurveChartDisplay.PointColorQH;
        //    if (featCurveType == AStation.Chart.ePumpFeatType.QE)
        //    if (featCurveType == Yw.WinFrmUI.Phart.ePumpFeatType.QE)
        //    {
        //        pointColor = CurveChartDisplay.CurveColorQE;
        //        lineColor = CurveChartDisplay.PointColorQE;
        //    }
        //    else if (featCurveType == AStation.Chart.ePumpFeatType.QP)
        //    else if (featCurveType == Yw.WinFrmUI.Phart.ePumpFeatType.QP)
        //    {
        //        pointColor = CurveChartDisplay.CurveColorQP;
        //        lineColor = CurveChartDisplay.PointColorQP;