Search found 7 matches
- Tue Jun 08, 2004 2:11 am
- Forum: ActiveX
- Topic: client browser cannot see chart
- Replies: 1
- Views: 4638
client browser cannot see chart
i have write a asp program use teechart5.ocx(code like <object codebase="teechart5.ocx"),i can use chart in my computer,but i can not use it in other computer.why? my computer has installed teechart,other not install.
- Mon May 31, 2004 6:21 am
- Forum: ActiveX
- Topic: Help about Marks!
- Replies: 2
- Views: 5823
MasksTop
I have resolved this question by myself using
Code: Select all
Tchart.tools.add tcMarksTip
- Mon May 31, 2004 3:39 am
- Forum: ActiveX
- Topic: Help about Marks!
- Replies: 2
- Views: 5823
Help about Marks!
If having a lot of points in the series ,
will show a lot of marks , if chart is not enough big ,all the marks will cover each other.
How to resolve this question
Code: Select all
Tchart.series(series_idx).Marks.visible = true
How to resolve this question
- Mon May 31, 2004 3:35 am
- Forum: ActiveX
- Topic: colorline error for TeeChart Pro Activex 5
- Replies: 6
- Views: 13300
thanks a lot.
thanks a lot.
- Thu May 27, 2004 2:30 am
- Forum: ActiveX
- Topic: colorline error for TeeChart Pro Activex 5
- Replies: 6
- Views: 13300
I'm sorry, I don't understand you, could you please be more specific ? I only want to add colorline in my chart, i do: 1.creat a asp page ,within it I create chart ,then save to stream 2.create a html page ,within it I use activeX by LoadFromURL method question: if I don't add <!--METADATA NAME="Te...
- Wed May 26, 2004 10:04 am
- Forum: ActiveX
- Topic: colorline error for TeeChart Pro Activex 5
- Replies: 6
- Views: 13300
I have resolved this question!
TChart1.Import.LoadFromURL("***")
at the beginning of url ASP page add follow code:
but why? the edition of Teechart?
at the beginning of url ASP page add follow code:
Code: Select all
<!--METADATA NAME="TeeChart Pro v5 ActiveX Control" TYPE="TypeLib" UUID="{B6C10482-FB89-11D4-93C9-006008A7EED4}"-->
but why? the edition of Teechart?
- Wed May 26, 2004 8:39 am
- Forum: ActiveX
- Topic: colorline error for TeeChart Pro Activex 5
- Replies: 6
- Views: 13300
colorline error for TeeChart Pro Activex 5
when i use Tchart.tools.items(0).asColorLine ,don't work as me thing: code for vbscript: TChart1.Import.LoadFromURL(**) idx = Tchart1.tools.add(tcColorLine) Tchart1.tools.items(idx).active=true Tchart1.tools.items(idx).asColorLine.axis = atLeft Tchart1.tools.items(idx).asColorLine.value =200 But the...