teechart problem(TeeChart Pro v7 ActiveX Control)
Posted: Mon Apr 03, 2006 5:50 am
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 Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim TChart1 As New TeeChart.TChart
TChart1.AddSeries(TeeChart.ESeriesClass.scLine)
TChart1.Series(0).FillSampleValues(15)
end sub
-----------------------
but i can't see anything in the teechart after executing this program.
and how to connect to the database in programming
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 Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim TChart1 As New TeeChart.TChart
TChart1.AddSeries(TeeChart.ESeriesClass.scLine)
TChart1.Series(0).FillSampleValues(15)
end sub
-----------------------
but i can't see anything in the teechart after executing this program.
and how to connect to the database in programming