TDBChart and TDBControlGrid

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Anders Balslev
Newbie
Newbie
Posts: 4
Joined: Fri Feb 21, 2020 12:00 am

TDBChart and TDBControlGrid

Post by Anders Balslev » Tue Jul 07, 2020 2:57 pm

I do have a Master/Detail table system

For each row in the master table I need a TDBChart.
On the TDBChart I have a series with dataset as datasource, and this dataset is the detail table in the table system

So far so good.
However - I would like to put the TDBChart on a TDBCtrlGrid data-aware control with datasouce link to the master table
I thereby want to show multiple charts - one for each row in mastertable - and reflecting the detail table values on the chart series.

Is this possible?

br.

Anders Balslev

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TDBChart and TDBControlGrid

Post by Yeray » Thu Jul 16, 2020 3:35 pm

Hello Anders,

I'm afraid don't have experience with a TDBCtrlGrid, but I guess you should be able to do something similar to what's done in this example with a TeeGrid here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply