tx
2025-04-22 e0b138b3e057de6f57021e6c8963868f5c5acc5a
1
2
3
4
5
6
7
8
9
10
11
namespace TProduct.PumpGraph.Picture
{
    public enum eLxpChart
    {
        Style1 = 0,//曲线全部分开画
        Style2 = 1,// 扬程效率合在一起 , 功率和汽蚀合在一起画(新莱)
        Style3 = 3, //KSB报告
        Style4 = 4, //安美提供的类似测试曲线的样式
        Style5 = 5//样式5:(毅飞那种) 扬程和效率合在一起(上) , 功率和汽蚀合在一起画(下), 区域范围用加粗,工作点用圆点
    }
}