Search found 8 matches

by alpella
Fri Jan 19, 2007 2:22 pm
Forum: ActiveX
Topic: How Can I Create Dynamically Client-Side TeeChart Object?
Replies: 6
Views: 15408

Yes, It works, thanks again for that Walt... However, I can't set the chart properties with code. I have found a newmethod of DOM, "cloneNode"... First I drag a TeeChart object to design view and I format in base of my requirements. Last, I clone that; Set myClonnedChart = TChart1.cloneNode(true) I ...
by alpella
Thu Jan 18, 2007 5:52 am
Forum: ActiveX
Topic: How Can I Create Dynamically Client-Side TeeChart Object?
Replies: 6
Views: 15408

Hey, thanks a lot Walt. It looks like work. I'll try other methods ASAP...
by alpella
Mon Jan 15, 2007 7:21 am
Forum: ActiveX
Topic: How Can I Create Dynamically Client-Side TeeChart Object?
Replies: 6
Views: 15408

AddSeries and other methods

Thanks Pep... Your CLSID is correct, but I have a few problems about that. I create the chart object with this class-id, but I can't add any series to that. The code is like that; set newTeeChart = document.createElement("<OBJECT ID='Tchart2' WIDTH='450' HEIGHT='290' CLASSID='CLSID:FAB9B41C-87D6-474...
by alpella
Fri Dec 29, 2006 11:56 am
Forum: ActiveX
Topic: How Can I Create Dynamically Client-Side TeeChart Object?
Replies: 6
Views: 15408

How Can I Create Dynamically Client-Side TeeChart Object?

I want to create TeeChart object dynamically with VbScript (Client-Side) I use that "Set Chart1 = CreateObject("AxTeeChart.AxTChart")" but I get an error message as "ActiveX Component Can't Create Object" I try that instancing(Dim mChart As New AxTeeChart.AxTChart) within Vb.Net and works. Where Can...
by alpella
Thu Dec 15, 2005 12:49 pm
Forum: ActiveX
Topic: HTML design time problem (Emergency)
Replies: 4
Views: 6430

Yes, I've just found the exactly description of the problem. All steps are visually edit dialog page from .htm editor (visual development environment MS.NET) Here are the steps; 1- Set many visual property of chart. Such as add one horizontal bar serie and set the serie color to blue and set gradien...
by alpella
Thu Dec 15, 2005 12:12 pm
Forum: ActiveX
Topic: HTML design time problem (Emergency)
Replies: 4
Views: 6430

I've just downloaded and installed the latest version from your site. So, I tried out a few action which I couldn't manage with previous version and it seems to be ok... If I experience any trouble, i'll write that, thx for all...
by alpella
Thu Dec 15, 2005 9:19 am
Forum: ActiveX
Topic: HTML design time problem (Emergency)
Replies: 4
Views: 6430

HTML design time problem (Emergency)

Hi all, i try to design a chart with TeeChart7 in .html file. When I set some properties (visual settings; i.e. color, gradient, etc.) of my chart at design time via editor dialog page, it looks good. However, when I switch the code view of my html editor (Visual Interdev) for any code requirement a...
by alpella
Thu Sep 15, 2005 1:59 pm
Forum: ActiveX
Topic: graphs disappear
Replies: 1
Views: 3366

graphs disappear

I have Teechart Pro Activex 7 . I wrote an application and put in my web server using this software. It works fine a while ,then The teecharts graphs disappear after some time and never seen on the web page again . The graphs are prepared by Chart.Export.asPNG.SaveToStream command as in C:\Program F...