Search found 8 matches
- Fri Jan 19, 2007 2:22 pm
- Forum: ActiveX
- Topic: How Can I Create Dynamically Client-Side TeeChart Object?
- Replies: 6
- Views: 15503
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 ...
- Thu Jan 18, 2007 5:52 am
- Forum: ActiveX
- Topic: How Can I Create Dynamically Client-Side TeeChart Object?
- Replies: 6
- Views: 15503
- Mon Jan 15, 2007 7:21 am
- Forum: ActiveX
- Topic: How Can I Create Dynamically Client-Side TeeChart Object?
- Replies: 6
- Views: 15503
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...
- Fri Dec 29, 2006 11:56 am
- Forum: ActiveX
- Topic: How Can I Create Dynamically Client-Side TeeChart Object?
- Replies: 6
- Views: 15503
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...
- Thu Dec 15, 2005 12:49 pm
- Forum: ActiveX
- Topic: HTML design time problem (Emergency)
- Replies: 4
- Views: 6486
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...
- Thu Dec 15, 2005 12:12 pm
- Forum: ActiveX
- Topic: HTML design time problem (Emergency)
- Replies: 4
- Views: 6486
- Thu Dec 15, 2005 9:19 am
- Forum: ActiveX
- Topic: HTML design time problem (Emergency)
- Replies: 4
- Views: 6486
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...
- Thu Sep 15, 2005 1:59 pm
- Forum: ActiveX
- Topic: graphs disappear
- Replies: 1
- Views: 3403
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...