Hello: After minimizing and maximizing my application, which displays a chart, and then clicking on the chart, an “Overflow error” exception is thrown, and the chart is replaced by a big red box with an X across it. The stack is below.
Is this a known issue? How soon can it be fixed?
Thanks in advance.
Stack:
at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
at System.Drawing.Graphics.FillPolygon(Brush brush, PointF[] points, FillMode fillMode)
at System.Drawing.Graphics.FillPolygon(Brush brush, PointF[] points)
at Xceed.Chart.Graphics2D.Shapes.Polygon.RenderFilling(PaintInfo& pi)
at Xceed.Chart.Graphics2D.Shapes.ShapeBase.Render()
at Xceed.Chart.Graphics2D.SelectionRectRendererGDI.Render(FillEffectBase fillEffect, LinePropertiesBase lineProperties, Vector[] arrPoints)
at Xceed.Chart.Core.DataZoomTool.Render(GraphicsDeviceBase device)
at Xceed.Chart.Core.SceneGDI.RenderOverlay()
at Xceed.Chart.Graphics2D.BitmapRenderSurface.OnPaint(PaintEventArgs e)
at Xceed.Chart.GraphicsCore.RenderSurfaceBase.PaintHandler(Object sender, PaintEventArgs e)
at System.Windows.Forms.Control.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(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)
Imported from legacy forums. Posted by JD (had 2223 views)