Hi Lofi,
Unluckily, you cannot duplicate or clone a chart object in ChartDirector.
Usually, we suggest people to create a subroutine that creates the chart object using "current data". Whenever a new chart instance is needed, you may call the subroutine. If you need to update the chart with new data, just update the "current data", and call the subroutine again.
Regards
Peter Kwan |