Search found 49 matches

by Ashutosh
Wed Mar 25, 2009 5:41 am
Forum: ActiveX
Topic: xmlhttp and teechart activex
Replies: 3
Views: 5881

"You could try using DIVs to make your application quicker"

do you have working examples for this???
by Ashutosh
Wed Mar 18, 2009 5:15 am
Forum: ActiveX
Topic: xmlhttp and teechart activex
Replies: 3
Views: 5881

xmlhttp and teechart activex

hi is it possible to use xmlhttp requests to fill the values for a client side tee chart control. ( teechart object embedded in a html/asp.net file) if yes can do you have any sample projects that does the same??? i am asking this because I have to draw about 20 charts with about 100 points each and...
by Ashutosh
Mon Mar 02, 2009 11:47 am
Forum: .NET
Topic: To make the tee chart a client side control in ASP.NET
Replies: 21
Views: 26854

Hi Pep, Since the application has to go live sometime next week and user will be propted to download the activex control to view the chart, we feel it will the strong named dll will be a safer choice to avoid any issues in future. So please try to provide the strong named dll for the same. Thanks an...
by Ashutosh
Tue Feb 24, 2009 12:23 pm
Forum: .NET
Topic: To make the tee chart a client side control in ASP.NET
Replies: 21
Views: 26854

Hi Narcis, I guess the dll used in the given example application is different from the actual one. The actual dll is TeeChart.dll which is available with the package that you suggested earlier to use. The dll being used in the example given now is Interop.TeeChart.dll. This one works fine but is thi...
by Ashutosh
Tue Feb 24, 2009 5:30 am
Forum: .NET
Topic: To make the tee chart a client side control in ASP.NET
Replies: 21
Views: 26854

Hi Pep, Yes, I tried to add the the dll as you suggested. But still getting the same error while loading the chart which says 'wrong *.tee' file format. The error occors while adding the values with series(0).AddXY(value, value) method. The same piece of code has worked excellent earlier with the pa...
by Ashutosh
Thu Feb 19, 2009 10:05 am
Forum: .NET
Topic: To make the tee chart a client side control in ASP.NET
Replies: 21
Views: 26854

Hi Narcis,
The dll sent earlier works fine but that is a mentainance for the evaluation version. Now the same problem I have been facing with the original dll of Activex v8 version 8.0.0.5. The error occurs at the time of binding data to the series with AddXY function call.

Please help
Ashutosh
by Ashutosh
Thu Feb 19, 2009 8:30 am
Forum: ActiveX
Topic: Getting error when user tries to download and install.
Replies: 11
Views: 14253

Hi Narcis, I used the mentioned dll from the location specifeid which resolved all the compilation issues coming. Now the problem is I am getting the not proper tee chart format error. I am using tee chart on a web application. The same application has worked fine with the evalution version you corr...
by Ashutosh
Thu Feb 19, 2009 4:20 am
Forum: ActiveX
Topic: Getting error when user tries to download and install.
Replies: 11
Views: 14253

Hi Narcis, The issue in the above mentioned thread was with the evaluation version of the v8. Now we are trying to use the original version of the same. It talks about some strong name registration process etc. Please suggest if it is required or we can work only by adding the dll in our application...
by Ashutosh
Wed Feb 18, 2009 1:10 pm
Forum: ActiveX
Topic: Getting error when user tries to download and install.
Replies: 11
Views: 14253

Hi Narcis, We are using TeeChart Pro v8.0.0.5 ActiveX for sure. As suggested I replaced the dll. Now there is no compilation error but still i am not able to get the chart. It is still saying the wrong tee format. Is there any other setup i need to make or only replacing the dll should work. Please ...
by Ashutosh
Wed Feb 18, 2009 12:49 pm
Forum: ActiveX
Topic: Getting error when user tries to download and install.
Replies: 11
Views: 14253

Hi Narcis, I used a dll which I get in C:\Program Files\Steema Software\TeeChart Pro v8 ActiveX Control\Examples\Visual Studio .NET\CSharp\Dragging\bin\Debug folder and replaced my working dll with this. But the application which was working fine with earlier version is not campatible with the dll m...
by Ashutosh
Wed Feb 18, 2009 12:17 pm
Forum: ActiveX
Topic: Getting error when user tries to download and install.
Replies: 11
Views: 14253

Hi Narcís, Are you using the .cab files for TeeChart Pro v8.0.0.5 ActiveX Yes we are using the teechart8.cab files for Activex. which is the latest release available at the client download area? The client machine is a fresh PC and no earlier version is installed on it. Thanks and regards Ashutosh
by Ashutosh
Wed Feb 18, 2009 6:49 am
Forum: ActiveX
Topic: Getting error when user tries to download and install.
Replies: 11
Views: 14253

Getting error when user tries to download and install.

Hi, I have been using TeeChart Activex Control v8 in my web application. I published the application on IIS. When user ries to view the charts, system prompts for download and install the Actiex control. But when user tries to download and install the same following error is displayed not allowing t...
by Ashutosh
Tue Feb 17, 2009 12:15 pm
Forum: ActiveX
Topic: canvas.textout space
Replies: 1
Views: 4951

Hi Yeray, I have one issue with canvas.textout. If I have multiline false for bottom axis I am getting a space between date and time like mm/dd/yyyy hh:mm:ss AM/PM but if I put the mutiline true I get the canvas.textout value like:mm/dd/yyyyhh:mm:ssAM/PM without any space. Could you please help me o...
by Ashutosh
Fri Feb 13, 2009 9:22 am
Forum: ActiveX
Topic: axes offset and others
Replies: 9
Views: 13355

Hi Yeray.

Thanks a lot.

TChart1.Axis.Left.Labels.Separation = 0 is really helpful.

Regards
Ashutosh
by Ashutosh
Fri Feb 13, 2009 8:27 am
Forum: ActiveX
Topic: axes offset and others
Replies: 9
Views: 13355

Hi,
If I set the Increment value 5 the value appears on Left axis like:10,20,30. Same with bottom axis also. I have set the value to 50 it is appearing like:0,100,200,300. Not able to understand why.

Please suggest the needful.
Thanks
Ashutosh