ie10 webchart click and zoom error

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
ikke
Newbie
Newbie
Posts: 1
Joined: Wed May 14, 2008 12:00 am

ie10 webchart click and zoom error

Post by ikke » Fri Mar 15, 2013 12:58 pm

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: ie10 webchart click and zoom error

Post by Sandra » Fri Mar 15, 2013 3:53 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply