Page 1 of 1

ie10 webchart click and zoom error

Posted: Fri Mar 15, 2013 12:58 pm
by 13049014
TeeChart Pro v3 for Visual Studio .NET

ie10, webchart click and zoom error

Click ....
System.Web.HttpUnhandledException -> The input string has the wrong format.
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
Steema.TeeChart.Web.WebChart.LoadPostData(String postDataKey, NameValueCollection postCollection)

Zoom ...
System.Web.HttpUnhandledException -> The input string has the wrong format.
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
System.String.System.IConvertible.ToInt32(IFormatProvider provider)
System.Convert.ToInt32(Object value)
Steema.TeeChart.Tools.ZoomTool.DoZoom(ArrayList zoomState, Hashtable argumentList)
Steema.TeeChart.Tools.ZoomTool.SetCurrentZoom(HttpRequest r, Hashtable argumentList, ArrayList zoomState)
Steema.TeeChart.Tools.ZoomTool.SetCurrentZoom(HttpRequest r, ArrayList zoomState)

what's to do

Re: ie10 webchart click and zoom error

Posted: Fri Mar 15, 2013 3:53 pm
by 10050769
Hello ikke,

I can not reproduce your problem. Please, could you arrange for us a simple project because we can reproduce your problem here and we try to find a solution for your ? On the other hand, I recommend too, taking a look in the .Net Asp Demo project, where find some examples as you use WebChart.

Thanks,