Page 1 of 1

TDBChart and TDBControlGrid

Posted: Tue Jul 07, 2020 2:57 pm
by 16588188
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

Re: TDBChart and TDBControlGrid

Posted: Thu Jul 16, 2020 3:35 pm
by yeray
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.