using System.Drawing; namespace TradeIdeas.TIProGUI.Charting.JavaScriptBridge.Models { public class LimitAlertViewModel { public string Id { get; set; } public string ImageAnnotationName { get; set; } public string Tooltip { get; set; } public double Price { get; set; } public Color Color { get; set; } } }