Hi
I wrote this code to create my chart dynamically:
<radc:ChartSeriesItem YValue="<%=y0%>" XValue="<%=x0%>"></radc:ChartSeriesItem>
<radc:ChartSeriesItem YValue="<%=y1%> " XValue="<%=x1%>" ></radc:ChartSeriesItem>
but i got this error message :
Exception Details: System.OverflowException: Overflow error.
Source Error:
Stack Trace:
Please let me know how can I get rid off this error .Or plz. suggest any other method to make the coordinates of my chart dynamic.
Thanks and regards,
Amlan
I wrote this code to create my chart dynamically:
<radc:ChartSeriesItem YValue="<%=y0%>" XValue="<%=x0%>"></radc:ChartSeriesItem>
<radc:ChartSeriesItem YValue="<%=y1%> " XValue="<%=x1%>" ></radc:ChartSeriesItem>
but i got this error message :
Overflow error.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.OverflowException: Overflow error.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
Stack Trace:
[OverflowException: Overflow error.] |
Please let me know how can I get rid off this error .Or plz. suggest any other method to make the coordinates of my chart dynamic.
Thanks and regards,
Amlan