using System.Drawing; namespace TradeIdeas.TIProGUI.Charting.JavaScriptBridge.Models { public class SwingExistViewModel { public bool Show { get; set; } public double SwingExit { get; set; } public string Tooltip { get; set; } public Color SwingExitColor { get; set; } } }