Placing a line in the panel and selecting it by double clicking throws the following exception sporadically:
2009-12-22 15:34:39:140 Value of '182151.428955224' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
2009-12-22 15:34:39:140 at System.Windows.Forms.NumericUpDown.set_Value(Decim al value)
at NinjaTrader.Gui.Chart.ChartLineProperties.ArrangeA nchors()
at NinjaTrader.Gui.Chart.ChartLineProperties.Arrange( )
at NinjaTrader.Gui.Chart.ChartLineProperties.set_Char tLine(ChartLine value)
at NinjaTrader.Gui.Chart.ChartControl.ShowObjectPrope rties()
at NinjaTrader.Gui.Chart.ChartControl.OnDoubleClick(O bject sender, EventArgs e)
at System.Windows.Forms.Control.OnDoubleClick(EventAr gs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Comment