adding series to average function during runtime
Posted: Wed Mar 30, 2011 2:28 pm
I want to add a number of series to the Datasource list of an "average" function.
neither
dbchart1.Series.DataSources := (Query1, Query2, Query 3)
nor
dbchart1.Series.DataSources.List := (Query1, Query2, Query3 )
works. I get the "a read only property can not be assigned a value" error
What is wrong?
Thxs for help,
Steffen
neither
dbchart1.Series.DataSources := (Query1, Query2, Query 3)
nor
dbchart1.Series.DataSources.List := (Query1, Query2, Query3 )
works. I get the "a read only property can not be assigned a value" error
What is wrong?
Thxs for help,
Steffen