User (Legacy) Posted June 22, 2005 Report Posted June 22, 2005 We get IndexOutOfRangeException occasionally after enter all data and then open charts form. The Assembly version of chartfx is 6.2.1342.0. Is there any way to stop this exception? Here is the stack trace: System.IndexOutOfRangeException: Index was outside the bounds of the array. at SoftwareFX.ChartFX.DataArray.get_Item(Int32 index) at SoftwareFX.ChartFX.1O.BeginLoop() at SoftwareFX.ChartFX.0V.H0(1O 1VU, Boolean 1VV, Int32 1VW, Int32 1VX, Point& 1VY, Object& 1VZ) at SoftwareFX.ChartFX.0V.H1(Int32 1W0, Int32 1W1, Object& 1W2) at SoftwareFX.ChartFX.0V.OnMouseDown(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Regards, Rajaram
Software FX Posted June 22, 2005 Report Posted June 22, 2005 We are going to need a repro case. Please either provide a sample program that produces the problem or Export the chart to a binary file and attach it to your post. -- Francisco Padron www.chartfx.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.