Copy chart and all data to new object
Posted: Thu Mar 16, 2006 7:09 pm
HI,
I am working a large app with a ton of tchart objects on the main form. I am not allowing the main form to be sizeable at the moment. This results in small charts with no good way to zoom or see more detail. Instead, so that user can see more detail, they will dblclick a chart and a new form will popup (sizeable) with a copy of that chart docked to the form extents.
I've tried the clone and assign series but I cannot seem to get a complete copy of the chart as displayed on originating form. I initially set the new tchart object = the source object but not everything comes along.
How do I accomplish this?
Thanks in advance.
I am working a large app with a ton of tchart objects on the main form. I am not allowing the main form to be sizeable at the moment. This results in small charts with no good way to zoom or see more detail. Instead, so that user can see more detail, they will dblclick a chart and a new form will popup (sizeable) with a copy of that chart docked to the form extents.
I've tried the clone and assign series but I cannot seem to get a complete copy of the chart as displayed on originating form. I initially set the new tchart object = the source object but not everything comes along.
How do I accomplish this?
Thanks in advance.