Is it possible for the TChartGrid to display all the columns of a data file irrespective of the columns selected for my series instead of just the columns selectyed for the series.
Thanks.
TChartGrid and data file
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi bamboo,
TChartGrid inherits from TCustomGrid, you could try searching how to do this using TCustomGrid.
Hope this helps!
TChartGrid inherits from TCustomGrid, you could try searching how to do this using TCustomGrid.
Hope this helps!
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 |
Thanks.
TCustomGrid might be the answer. There seems to be no HELP on it.
How does one load a data file with all its columns into it?
I would also like to display the corresponding data file in the grid when selecting a specific series (graph) from multiple graphs and more than one data file. That is, everytime I click on a graph the grid must the display all the columns of that data file.
Some advice would be appreciated.
TCustomGrid might be the answer. There seems to be no HELP on it.
How does one load a data file with all its columns into it?
I would also like to display the corresponding data file in the grid when selecting a specific series (graph) from multiple graphs and more than one data file. That is, everytime I click on a graph the grid must the display all the columns of that data file.
Some advice would be appreciated.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi bamboo,
The best solution may be using an external grid as TChartGrid is designed to display chart's data. You'll find an example of this at All Features\Welcome!\Miscellaneous\Grid to Chart in the new features demo, available at TeeChart's program group.
The best solution may be using an external grid as TChartGrid is designed to display chart's data. You'll find an example of this at All Features\Welcome!\Miscellaneous\Grid to Chart in the new features demo, available at TeeChart's program group.
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 |
Thanks.
I back to using TChartGrid, by creating it at runtime.
There seems to be no user friendly component at the moment for me to use. Delphi's TDrawGrid is the only viable option but not easy to understand and use when loading huge data files. TStringGrid takes too long to load huge data files.
My new problem now is to select the correct row in TChartGrid when the user click on a specific point on a series.
Any advice would be appreciated.
Thanks.
I back to using TChartGrid, by creating it at runtime.
There seems to be no user friendly component at the moment for me to use. Delphi's TDrawGrid is the only viable option but not easy to understand and use when loading huge data files. TStringGrid takes too long to load huge data files.
My new problem now is to select the correct row in TChartGrid when the user click on a specific point on a series.
Any advice would be appreciated.
Thanks.