Page 1 of 1

Index was outside the bounds of the array

Posted: Wed Mar 12, 2014 9:24 am
by 15665651
Our software is using TeeChart v2010.
We encountered an exception and the call stack is as shown below.
Please help

Index was outside the bounds of the array.
00:09:50.629_Main_Main()_StackTrace = at Steema.TeeChart.Styles.ValueList.get_Item(Int32 index)
at Steema.TeeChart.Styles.Series.CalcXPos(Int32 index)
at Steema.TeeChart.Styles.FastLine.Clicked(Int32 x, Int32 y)
at Steema.TeeChart.Styles.Series.CheckMouse(Cursor& c, Int32 x, Int32 y)
at Steema.TeeChart.Chart.CheckMouseSeries(Cursor& c, Int32 X, Int32 Y)
at Steema.TeeChart.Chart.DoMouseMove(Int32 x, Int32 y, Cursor& c)
at Steema.TeeChart.TChart.OnMouseMove(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseMove(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Re: Index was outside the bounds of the array

Posted: Wed Mar 12, 2014 9:26 am
by narcis
Hello alvis,

Can you please attach a simple example project we can run "as-is" to reproduce the problem here?

Thanks in advance.