Search found 14 matches

by gong
Fri Jan 04, 2008 6:21 am
Forum: ActiveX
Topic: TeeChart7Activex & windowsCE
Replies: 1
Views: 3555

TeeChart7Activex & windowsCE

can TeeChart7Activex.exe be used in windowsCE?
by gong
Fri May 19, 2006 12:49 am
Forum: ActiveX
Topic: change cursor when zooming
Replies: 3
Views: 5355

Hi Narcís,
Thanks, what you write is my want. But I want to know if I can change the cursor like a magnifier feature when zooming the series?
by gong
Thu May 18, 2006 8:01 am
Forum: ActiveX
Topic: change cursor when zooming
Replies: 3
Views: 5355

change cursor when zooming

Hi,
I want change cursor's feature and the color of rectangle. How can I do?
by gong
Wed May 17, 2006 12:07 am
Forum: ActiveX
Topic: make teechart run in client
Replies: 5
Views: 7424

hi,
when I copy the .cab file to position where .asp file lies. The teechart can be down load, and show. But I can't know if it is necessary to copy the .cab file to the web root?
by gong
Tue May 16, 2006 7:00 am
Forum: ActiveX
Topic: make teechart run in client
Replies: 5
Views: 7424

can't show in client

hi, I have read the chapter in teechart 7 help, and write as follow: <OBJECT id="TChart1" height="290" width="550" type="application/x-oleobject" hspace="0" vspace="0" classid="CLSID:FAB9B41C-87D6-474D-AB7E-F07D78F2422E" codebase="http://10.10.68.28/Teechart7.cab#version=7,0,0,0"> <param name="Base6...
by gong
Fri May 12, 2006 4:01 am
Forum: ActiveX
Topic: teechart & asp
Replies: 5
Views: 8572

hi Narcís,
In your code, the teechart run in client. Can't call the web from other pc no installing teechart. How can I call it in the pc in which I don't install the teechart?
by gong
Fri May 12, 2006 3:37 am
Forum: ActiveX
Topic: make teechart run in client
Replies: 5
Views: 7424

make teechart run in client

hi,
To use teechart's zoom in/out function, I write a .asp making teechart run in client. The .asp can run in local pc. But in the pc without teechart, I can't call the web in which I write the .asp.
How can I deal with it? I can't install the teechart in every pc.
by gong
Thu May 11, 2006 8:43 am
Forum: ActiveX
Topic: how can I use array as datasource?
Replies: 1
Views: 3877

how can I use array as datasource?

hello, I add two series in chart as follow. Then I make a array myarray(i,j). The myarray(i,0) is as x-value, the myarray(i,1) is series(0)'s y-value and the myarray(i,2) is series(2)'s y-value. How can I use myarray(i,j) as datasource? How can I fill the Series? TChart1.AddSeries(scLine) TChart1.Ad...
by gong
Mon May 08, 2006 7:10 am
Forum: ActiveX
Topic: teechart & asp 2
Replies: 0
Views: 22548

teechart & asp 2

I have written a .asp according to ASP Server Examples included with TeeChart installation. But it can't respond mouse-event. If I write .asp according to "teechart & asp"'s example in forum, I can't use ADODB. How I write a .asp including both thing? My failed .asp code as follow, <!--METADATA NAME...
by gong
Sun Apr 30, 2006 7:56 am
Forum: ActiveX
Topic: teechart & asp
Replies: 5
Views: 8572

thanks for your answer

i want to use teechart write a .asp. it include ado, a few series. i can't distinguish it run at server or at client.
if you can send me the full code, i am waiting for you.
e-mail address: gongdongwu@tom.com
by gong
Sat Apr 29, 2006 9:04 am
Forum: ActiveX
Topic: teechart's position in asp
Replies: 1
Views: 3513

teechart's position in asp

i want make a div over teechart. i set the div's z-index:100, however, the div is still under the teechart.
how can i do?
by gong
Fri Apr 28, 2006 3:49 am
Forum: ActiveX
Topic: teechart & asp
Replies: 5
Views: 8572

teechart & asp

How can I make teechart's series respond mouse event in asp, and show the x/y value?
by gong
Fri Jun 24, 2005 12:09 am
Forum: ActiveX
Topic: mouse's wheel using
Replies: 1
Views: 3750

mouse's wheel using

If I use mouse's wheel to move the chart time after time, I can't enforce
the chart come back original condition. How I can enforce the chart get back original condition promptly? Or forbit using mouse's wheel?
by gong
Tue Jun 14, 2005 12:22 am
Forum: ActiveX
Topic: About MarksTip tool
Replies: 1
Views: 3536

About MarksTip tool

How can I make TChart1_OnMarkTipToolGetText to format text including X-value and Y-value like "x,y"?