TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
Olddog
- Newbie

- Posts: 3
- Joined: Wed Jun 27, 2012 12:00 am
Post
by Olddog » Mon Apr 15, 2013 6:26 pm
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?

-
Yeray
- Site Admin

- Posts: 9645
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Tue Apr 16, 2013 10:35 am
Hi,
Have you seen the CloneChart method? Here it is the signature:
Code: Select all
procedure CloneChart(Dest,Origin:TCustomChart; AOwner:TComponent; ForceManualData:Boolean);