namespace UI_SequentMicrosystems.Models { public class RTD8TMGraphModel { public SortedList Data { get; set; } public DateTime Time { get; set; } } }