Page 1 of 1

list of tchart into clipboard

Posted: Mon Mar 07, 2005 9:59 am
by 9235196
My application is a MDI.
User able to add numbers of tChart object.
each tchart object is stored in tlist.

I want to implement copy and paste for multiple object in the list on the same application (not across different application).

User select some charts then copy and paste to same mdi child area or different child area.

How?Or is there any other way for implementing copy and paste.

Posted: Mon Mar 07, 2005 10:21 am
by narcis
Hi Herman,

In the TeeChart features demo, available at the TeeChart program group you can find several examples searching for "clipboard" which may be helpful for you.

Posted: Tue Mar 08, 2005 1:53 am
by 9235196
I've check on the example.
There is one pretty same with my requirement.

In Miscellaneous/Clipboard/MultipleChart

The problem is, i want to store each chart as a component, not as an image.
When pasting, i need to know for example how many charts, properties of each charts...

Possible?

Posted: Tue Mar 08, 2005 8:28 am
by narcis
Hi Herman,

I'm afraid this is not possible as if you copy a chart to the clipboard then you won't have a container for it. If you want to get a similar behaviour with a .tee (native file) you could export/import a chart into the same or a different TChart.