Hi,
Is there a way to copy all the settings at once (except data) from one series to another?
Copy series settings?
Hi David,
You could clone the series with something like this:
And then you should clean the new series' value list with:
You could clone the series with something like this:
Code: Select all
TChart1.CloneSeries 0
Code: Select all
TChart1.Series(TChart1.SeriesCount - 1).Clear
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Hi David,
Yes, you are right. I've added it to the wish list to be fixed in further releases (TV52013867).
Yes, you are right. I've added it to the wish list to be fixed in further releases (TV52013867).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |