Search found 3 matches
- Tue Jul 13, 2004 12:54 am
- Forum: .NET
- Topic: Graph Template
- Replies: 4
- Views: 8537
Dyanamic Charts
Hi, I have tried your example it work with this code: tChart1.Series.Add(new Steema.TeeChart.Styles.Line()); tChart1.Series[0].FillSampleValues(10); What I am trying is ?? ChartLogins.Chart.Series.Clear() ChartLogins.Chart.Series.Add(New Steema.TeeChart.Styles.Bar()) ChartLogins.Chart.Series(0).Data...
- Mon Jul 12, 2004 11:56 pm
- Forum: .NET
- Topic: Graph Template
- Replies: 4
- Views: 8537
Dynamic Chart
Hi Pep,
Thanks for the mail, can you provide a more detailed example, I cant find the Series method of tChart1. (example tChart1.Series)
I am doing this in VB.Net.
Thanks for your help.
Kind Regards
pmotupal
Thanks for the mail, can you provide a more detailed example, I cant find the Series method of tChart1. (example tChart1.Series)
I am doing this in VB.Net.
Thanks for your help.
Kind Regards
pmotupal
- Mon Jul 12, 2004 12:59 am
- Forum: .NET
- Topic: Graph Template
- Replies: 4
- Views: 8537
Graph Template
Hi, What I am after is to generate graphs based on the parameters, for example if I pass the parameter, as Pie Chart and some values the web page should display the pie graph. Example: ShowGraph(PieChart,100,233) this will display pie chart ShowGraph(BarChart,100,233) this will display Bar chart and...