Changing TDBChart to row-series order

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
aecspades
Newbie
Newbie
Posts: 7
Joined: Fri Sep 30, 2005 4:00 am

Changing TDBChart to row-series order

Post by aecspades » Mon Feb 04, 2008 10:39 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Feb 05, 2008 10:53 am

Hi aecspades,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

aecspades
Newbie
Newbie
Posts: 7
Joined: Fri Sep 30, 2005 4:00 am

Post by aecspades » Tue Feb 05, 2008 2:51 pm

Excellent, that's exactly what I was looking for! I should have searched the 8.x documentation (I have 7.08) - I will probably upgrade because of this feature alone. Thanks again.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Feb 05, 2008 3:14 pm

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
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply