Creates a "deep" copy of the chart. It constructs a new chart of the correct type and then calls the Assign method to copy its properties to the new copy.
Caution |
---|
Note that the new TRSCustomChart has the same owner as the current chart. If there is no owner, you are responsible for freeing the new clone. |
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Return Value
Type: TRSCustomChart
The following code creates a copy of the chart and changes the values of the cloned chart:
|