Page 1 of 1
Copy series settings?
Posted: Fri Feb 13, 2009 2:15 pm
by 15048980
Hi,
Is there a way to copy all the settings at once (except data) from one series to another?
Posted: Fri Feb 13, 2009 2:44 pm
by yeray
Hi David,
You could clone the series with something like this:
And then you should clean the new series' value list with:
Code: Select all
TChart1.Series(TChart1.SeriesCount - 1).Clear
Posted: Fri Feb 13, 2009 3:44 pm
by 15048980
Thanks, that helped!
The hand distance and offset properties doesn't seem to get copied, though.
Posted: Mon Feb 16, 2009 2:31 pm
by yeray
Hi David,
Yes, you are right. I've added it to the wish list to be fixed in further releases (TV52013867).