Search found 14 matches

by w6p2
Tue Oct 23, 2007 7:58 am
Forum: ActiveX
Topic: about TeeChart.EToolClass.tcDataTable
Replies: 3
Views: 5386

can't find 'Show' method

my code is
trend.Tools.Add(TeeChart.EToolClass.tcDataTable)
trend.Tools.Items(0).asDataTable.Legend.Show()

the asDataTable is TeeChart.IDataTableTool, not EToolClass.tcDataTable.
maybe i haven't expain my question clearly, sorry.
by w6p2
Mon Oct 22, 2007 8:17 am
Forum: ActiveX
Topic: about TeeChart.EToolClass.tcDataTable
Replies: 3
Views: 5386

about TeeChart.EToolClass.tcDataTable

how can i set the legend of the TeeChart.EToolClass.tcDataTable?
i can't find any method to set this property.
by w6p2
Tue Aug 07, 2007 2:56 pm
Forum: .NET
Topic: Cursor tool question
Replies: 3
Views: 5746

Hi w6p2, Cursor tool is not supported in ASP.NET applications. It only work in WinForms applications. In WebForms applications the webchart is an image rendered from the server. You may be interested in seeing what can be achieved at our on-line ASP.NET demo. But in my previous application with tee...
by w6p2
Tue Aug 07, 2007 8:09 am
Forum: .NET
Topic: Cursor tool question
Replies: 3
Views: 5746

Cursor tool question

Dear all:
How can I achieve the result like synchrozing two example in asp.net 2005 with teechart.net 3.0? thank you.
by w6p2
Wed Aug 23, 2006 12:15 am
Forum: ActiveX
Topic: DataSource question
Replies: 1
Views: 3958

DataSource question

sqlcommand = "dsn=test;uid=123;pwd=123;sql=select top 24 convert(nchar(5),data_time,6) as data_time from level test.Series(i).DataSource = sqlcommand BF1.Series(i).XValues.DateTime = True BF1.Series(i).XValues.ValueSource = "data_time" this sql command can't work normally. but it can be run if i cha...
by w6p2
Thu Jun 15, 2006 1:11 am
Forum: ActiveX
Topic: sum operation
Replies: 4
Views: 6451

Dim ds As New DataSet
Dim da As New SqlDataAdapter
.....
...
da.fill(ds)
mychart1.Series(0).DataSource = ds

but it displayed an error message
by w6p2
Thu Jun 15, 2006 12:55 am
Forum: ActiveX
Topic: sum operation
Replies: 4
Views: 6451

why is my tutorial 8 is "Tutorial 8 - ADO Database access" not ADO.net?
my software version is TeeChart Pro v7 ActiveX Control
by w6p2
Wed Jun 14, 2006 8:08 am
Forum: ActiveX
Topic: sum operation
Replies: 4
Views: 6451

sum operation

if my sqlcommand is:
sql=select datadate,sum(stock) from test_view group by datadate order by datadate

then, how should i get the YValuesource
i had tried some code ,below as
mychart1.Series(0).YValues.ValueSource="stock"
or
mychart1.Series(0).YValues.ValueSource="sum(stock)"
but it doesn't work
by w6p2
Mon May 08, 2006 8:19 am
Forum: ActiveX
Topic: the authority on windows server 2003
Replies: 4
Views: 6649

can it be run on win server 2003??
by w6p2
Mon May 08, 2006 12:59 am
Forum: ActiveX
Topic: the authority on windows server 2003
Replies: 4
Views: 6649

ya, i had gived the administrator permissions on ASP.net account and the involved folder.

after run it on win2003 , i get the error message like this,

System.Runtime.InteropServices.COMException: critical error
by w6p2
Fri May 05, 2006 3:19 am
Forum: ActiveX
Topic: the authority on windows server 2003
Replies: 4
Views: 6649

the authority on windows server 2003

this code can't run on iis(server 2003)?
why?

S_102_Chart.Export.asPNG.SaveToFile("C:\Inetpub\wwwroot\TeeChart7\s_102.png")

but can be run on iis(window xp) .
what's the problem???
by w6p2
Mon Apr 03, 2006 7:54 am
Forum: ActiveX
Topic: how to connect a remote database by using vbscript?
Replies: 1
Views: 3520

how to connect a remote database by using vbscript?

i have established a System DSNs which connected to the remote database. but it can't be worked.
does anyone have some experiences about this?
by w6p2
Mon Apr 03, 2006 5:50 am
Forum: .NET
Topic: teechart problem(TeeChart Pro v7 ActiveX Control)
Replies: 1
Views: 4577

teechart problem(TeeChart Pro v7 ActiveX Control)

can anyone give me a example about how to use the teechart in asp.net? i had seen the installed-examples. but i still confused about it. my steps as below: 1. open a new asp.net application (vs2003) 2.place a teechart activex control in html page.(id=TChart1) 3.add in the following code Private Sub ...
by w6p2
Wed Mar 29, 2006 9:08 am
Forum: .NET
Topic: how to use TeeChart with vs2003?
Replies: 1
Views: 3615

how to use TeeChart with vs2003?

i follow the "Tutorial 9 - Internet applications-TeeChart and ASP.NET " instruction, but it doesn't work. the error message is "TChart1 unfefined" the code: Create a new ASP.NET application. Add an Image box to the WebForm. Right Click on the project's References and add in a reference to the TeeCha...