I want to copy as quickly as possible 8 charts located on a TABSHEET to 8 corresponding charts on another TABSHEET.
What is the best method for doing this?
Copying chart contents
Re: Copying chart contents
Hi,
Have you seen the CloneChart method? Here it is the signature:
Have you seen the CloneChart method? Here it is the signature:
Code: Select all
procedure CloneChart(Dest,Origin:TCustomChart; AOwner:TComponent; ForceManualData:Boolean);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |