Tchart wont accept dataSource
Posted: Wed Jun 29, 2005 2:30 pm
When filling my TChart with data from a OleDB DataReader the TChart show up empty!
I know that the datareader has been loaded with data - but this call: tChart1[0].DataSource = datareader;
does nothing!
I am trying to fill a Tower with data an the 'FillSampleValues' function does this fine - but it wont accept data from the datareader!?
Would it be better with a DataSet or DataTabel ?
What am I missing here ....?
I know that the datareader has been loaded with data - but this call: tChart1[0].DataSource = datareader;
does nothing!
I am trying to fill a Tower with data an the 'FillSampleValues' function does this fine - but it wont accept data from the datareader!?
Would it be better with a DataSet or DataTabel ?
What am I missing here ....?