Search found 5 matches

by HW
Tue Mar 20, 2007 4:47 am
Forum: ActiveX
Topic: Unable to cast COM object of type
Replies: 5
Views: 11692

Thanks. I was using the sample earlier. I don't know what mistake I made last time.

It worked now.
by HW
Tue Mar 13, 2007 12:39 pm
Forum: ActiveX
Topic: Unable to cast COM object of type
Replies: 5
Views: 11692

Any update?

Can you send a working sample code demonstrating how to use TChart ActiveX control in ASP.NET using C#
by HW
Thu Mar 08, 2007 11:56 am
Forum: ActiveX
Topic: Unable to cast COM object of type
Replies: 5
Views: 11692

I uploaded a sample to the url http://www.steema.net/upload/Default.aspx . The zip file name is ActiveX_IE7.zip The code I used is from your sample code in the help. Create a Virtual folder before using the project. Let me know the mistake in the code. Regards, Kaja *********************************...
by HW
Tue Mar 06, 2007 5:17 am
Forum: ActiveX
Topic: Unable to cast COM object of type
Replies: 5
Views: 11692

Unable to cast COM object of type

I am using TChart ActiveX control in ASP.NET application (using C#). When the page is invoked, I am getting the following JScript error in the line LoadFromURL "Error: Wrong *.tee file format" If I access the page which is called in LoadFromURL, I get the following server side error. Unable to cast ...
by HW
Mon Oct 03, 2005 7:22 pm
Forum: ActiveX
Topic: Right Title
Replies: 1
Views: 2802

Right Title

Can't see the right title if it is set for line chart/bar chart.

tc.Axis.Right.Title.Caption = paramVal;
tc.Axis.Right.Title.Visible = true;
tc.Axis.Right.Visible = true;
tc.Axis.Right.Automatic = true;

Can see all the other Top,Bottom,Left titles. :?