Page 1 of 1

DataSource x DataSet

Posted: Thu Apr 03, 2014 10:35 am
by 16568799
Hi,
if I set for Series DataSource = DataSet, I can set dataset and its fields.
But I have hidden dataset, I haven't any component of type dataset on the form with chart.
I create dataset in run time in another object. How to do dataset visible for chart?

Thanks
Roman Krupicka

Re: DataSource x DataSet

Posted: Thu Apr 03, 2014 1:12 pm
by yeray
Hi Roman,

You have to somehow pass the dataset to the unit with the chart. I'm afraid this is out of TeeChart scope but you shouldn't find too much problems to find how to do it.