namespace UI_SequentMicrosystems.Models { public class RTD8TMGraphPointModel { public float Value { get; set; } public DateTime Time { get; set; } } }