namespace Yw.WinFrmUI.Phart { public class PumpViewChartViewModel { /// /// /// public string Id { get; set; } /// /// /// public double Hz { get; set; } /// /// /// public double N { get; set; } /// /// /// public Color Color { get; set; } /// /// /// public List AnnotationList { get; set; } /// /// /// public Yw.Ahart.eCurveType CurveType { get; set; } /// /// /// public Yw.Ahart.eFeatType FeatType { get; set; } /// /// /// public List DefPointList { get; set; } /// /// /// public List FitPointList { get; set; } /// /// /// public string GraphParas { get; set; } /// /// /// public bool IsSelect { get; set; } } }