Jump to content
Software FX Community

Overflow Exception - Boxplot


elleinnad23

Recommended Posts

Hello,

 I am very new to this product.  I am attempting to create a Boxplot with data formatted as follows:

ID LabelString   Values

1   ABC123X 23

1   ABC123X 21

2 DEF123X 26

3   GHI123X 27

I thought I had figured out how to do this finally.  It looks perfect in the designer view, but when I attempt to run it in the browser, I am getting an overflow exception.  I have a total of 18 separate ID's. 

I am using the trial versions of ChartFX for VS2005 with the Extension Pack.  If you need more information, please let me know.  Thank you in advance for your help!

Here is the stacktrace of the exception:

[OverflowException: Overflow error.]   System.Drawing.Graphics.CheckErrorStatus(Int32 status) +422493   System.Drawing.Graphics.DrawLine(Pen pen, Int32 x1, Int32 y1, Int32 x2, Int32 y2) +130   ChartFX.WebForms.Internal.GraphicsEx.DrawPolygonBorder(Pen pen, Point[] p) +238   ChartFX.WebForms.n.b(Pen A_0, Point[] A_1) +37   ChartFX.WebForms.ah.a(IGraphicsEx A_0, Point3D[] A_1, Int32 A_2, Brush A_3, Pen A_4) +111   ChartFX.WebForms.u.b(Brush A_0, Int32 A_1, Int32 A_2) +1361   ChartFX.WebForms.u.a(Brush A_0, Color A_1, Double A_2, Double A_3, Axis A_4) +248   ChartFX.WebForms.AxisSection.a(u A_0, Axis A_1, HighlightState A_2) +503   ChartFX.WebForms.Axis.a(u A_0) +277   ChartFX.WebForms.AxisCollection.a(u A_0) +186   ChartFX.WebForms.Pane.a(u A_0, IAdornment A_1, Boolean A_2) +165   ChartFX.WebForms.PaneCollection.a(u A_0, IAdornment A_1, Boolean A_2) +180   ChartFX.WebForms.u.b(Boolean A_0, Boolean A_1) +175   ChartFX.WebForms.u.a(IFrame A_0, Int32& A_1) +294   ChartFX.WebForms.Chart.a(PaintBar A_0, IGraphicsEx A_1) +753   ChartFX.WebForms.Chart.a(PaintBar A_0, IGraphicsEx A_1, Rectangle& A_2) +110   ChartFX.WebForms.Chart.a(IGraphicsEx A_0, Rectangle A_1, Boolean A_2) +189   ChartFX.WebForms.Chart.a(Stream A_0, IOutputWriter A_1, OutputText A_2, OutputText A_3, OutputInfo A_4) +338   ChartFX.WebForms.Chart.a(OutputText A_0, OutputText A_1, Boolean A_2, String A_3, String A_4) +546   ChartFX.WebForms.Chart.Render(HtmlTextWriter writer) +127   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +130   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24   System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +59   System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +68   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121   System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +37   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +130   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24   System.Web.UI.Page.Render(HtmlTextWriter writer) +26   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...