From 342fa8be89ce72d4a1f87fc857def22b41722dfc Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期日, 03 十一月 2024 14:43:19 +0800 Subject: [PATCH] 曲线 问题修改 --- WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-pump-chart/01-chart/01-perform/PumpPerformChart.Designer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-pump-chart/01-chart/01-perform/PumpPerformChart.Designer.cs b/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-pump-chart/01-chart/01-perform/PumpPerformChart.Designer.cs index 12334d0..3d16a78 100644 --- a/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-pump-chart/01-chart/01-perform/PumpPerformChart.Designer.cs +++ b/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-pump-chart/01-chart/01-perform/PumpPerformChart.Designer.cs @@ -195,7 +195,7 @@ series2.Name = "SeriesCurveQE"; series2.SeriesID = 1; splineSeriesView2.AxisYName = "AxisYQE"; - splineSeriesView2.Color = Color.Green; + splineSeriesView2.Color = Color.Green; series2.View = splineSeriesView2; series3.Name = "SeriesCurveQP"; series3.SeriesID = 2; -- Gitblit v1.9.3