V1版本
This commit is contained in:
27
CapMachine.Wpf/PrismEvent/ChartYAxisConfigMsg.cs
Normal file
27
CapMachine.Wpf/PrismEvent/ChartYAxisConfigMsg.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using CapMachine.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.PrismEvent
|
||||
{
|
||||
public class ChartYAxisConfigMsg
|
||||
{
|
||||
/// <summary>
|
||||
/// 机器
|
||||
/// </summary>
|
||||
public string Machine { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// GroupTab信息
|
||||
/// </summary>
|
||||
public int GroupTabIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Y轴配置
|
||||
/// </summary>
|
||||
public List<ConfigChartYAxis> ConfigChartYAxes { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user