A client wanted to import text data to graph along side some simulated data. We thought we'd use SeriesTextSource but after some experimentation we couldn't in the end see the point of using it. It turns out we have to manually create the series first before we can import the data. So I am wondering what value does the SeriesTextSource have, since we can easily use a TStringList to read CSV data.
Have we missunderstood the function of SeriesTextSource?
SeriesTextSource, why use it?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi hsauro,
The Series TextSource component is used to fill a Series with points
coming from text. Text can be loaded from Strings, File or Web URL address.
To find what would better fit your needs I suggest you to have a look at the importing and exporting tutorial available with TeeChart documentation.
The Series TextSource component is used to fill a Series with points
coming from text. Text can be loaded from Strings, File or Web URL address.
To find what would better fit your needs I suggest you to have a look at the importing and exporting tutorial available with TeeChart documentation.
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 |