creating copy function in code
Posted: Mon Oct 31, 2005 1:50 pm
I want to copy the data from series1 to series2 in code, and thought I could do this with copy function, but can't seem to get the syntax.
I was expecting something like this, but Tcopyteefunction does not seem to work
with series1 do
begin
DataSource:=series2;
SetFunction(TCopyTeeFunction.Create(self));
CheckDatasource;
end;
thanks
Sean
I was expecting something like this, but Tcopyteefunction does not seem to work
with series1 do
begin
DataSource:=series2;
SetFunction(TCopyTeeFunction.Create(self));
CheckDatasource;
end;
thanks
Sean