How to bind a csv file to teechart?

patrick

Well-known member
Joined
Dec 5, 2021
Messages
248
Programming Experience
1-3
Hello.

How to bind a csv file to teechart??
I need an example binding a csv file to teechart.

Please answer
 
I've never used TeeChart but I just took a quick look at the documentation and the tutorial shows some ADO.NET examples and you can use a CSV file as an OLE DB data source, so you should be able to access the data much as you would an Access database, with the appropriate connection string and SQL changes.,
 
Please, take time do try to read the documentation. Often it will have answers to your questions. I don't use TeeChart, but I managed to find:


Since there are alternatives to using the DataSet or DataTable, then you might have half a chance of implementing a virtual class that only reads data on demand.
 
Read the documentation I linked to. It tells you.
 
Back
Top Bottom