Changing TDBChart to row-series order
Changing TDBChart to row-series order
Is there any way to change the series order in a TDBChart from column-order to row-order? For instance in Excel, you can choose whether you want to graph selected data in column-order (one series for each column) or row-order (one series for each selected row). Right now, live data can be bound to a TDBChart, but only if the data is presented in column-order. A row-order chart must be created in code and therefore isn't 'live' (can't reflect real-time data). A 'live' row-order chart would have one series with a data source set to 'Single record' for each record of data in the underlying data set. If there is no function to do that today, please consider adding something like a FlipSeriesOrder() function or SeriesOrderType property that would implement that ability.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi aecspades,
Yes, this can be done in TeeChart Pro v8 VCL using new TransposeSeriesTool.
Yes, this can be done in TeeChart Pro v8 VCL using new TransposeSeriesTool.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi aecspades
You're very welcome!
You may also be interested in knowing that there's a fully functional evaluation version of TeeChart Pro v8 VCL available here:
http://www.steema.com/downloads/form_tch_vcl.html
You're very welcome!
You may also be interested in knowing that there's a fully functional evaluation version of TeeChart Pro v8 VCL available here:
http://www.steema.com/downloads/form_tch_vcl.html
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 |