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.AddSeries(scLine)
how can I use array as datasource?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi gong,
Please see the example at All Features\Welcome!\Speed in TeeChart's features demo. Most of those examples populate series using arrays.
Please see the example at All Features\Welcome!\Speed in TeeChart's features demo. Most of those examples populate series using arrays.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |