cloudflight
2025-01-13 02c14c9c57dbde72d9c771bd8b0fab1cd023047d
WinFrmUI/Yw.WinFrmUI.Hydro.Core/21-curve/HydroCurveViewCtrl.cs
@@ -1,13 +1,4 @@
using DevExpress.XtraEditors;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Data;
namespace Yw.WinFrmUI
{
@@ -69,7 +60,7 @@
                    break;
                case HydroCurveType.CurveVol:
                    {
                        this.universalViewChart1.AxisXTitle = "流量(m³/h)";
                        this.universalViewChart1.AxisXTitle = "水位(m)";
                        this.universalViewChart1.AxisYTitle = "容积(m³)";
                    }
                    break;