Page 1 of 1

Copying chart contents

Posted: Mon Apr 15, 2013 6:26 pm
by 16462824
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? :D

Re: Copying chart contents

Posted: Tue Apr 16, 2013 10:35 am
by yeray
Hi,

Have you seen the CloneChart method? Here it is the signature:

Code: Select all

procedure CloneChart(Dest,Origin:TCustomChart; AOwner:TComponent; ForceManualData:Boolean);