Hi !
Is there any way to copy series (or a whole chart) between applications?
I don´t want to use files!
Let me give you an example ...
Lets say there are two applications which have both a chart with 2 series each. Now I want to copy series 1 from application ONE to application TWO and add it as series 3.
Could you think about any easy way to do this ?
How to copy series between applications?
Hi Dominik,
I'm afraid that this would be a little bit complicated. If you don't want to use files I think that you could save your chart (only one series I'm afraid it's not possible) into a stream, and send it to the other application via the clipboard. Maybe this could help you.
Doing it this way, you'll be copying the whole chart, not only one series. So, probably in your destination application you should create a dummy chart where import the whole chart and then copy the series you want from the dummy chart to the good one in the same application.
I'm afraid that this would be a little bit complicated. If you don't want to use files I think that you could save your chart (only one series I'm afraid it's not possible) into a stream, and send it to the other application via the clipboard. Maybe this could help you.
Doing it this way, you'll be copying the whole chart, not only one series. So, probably in your destination application you should create a dummy chart where import the whole chart and then copy the series you want from the dummy chart to the good one in the same application.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Hi Yeray,
well dropMaster from www.raize.com can send Byte Stream via Drag & Drop from one application to another one.
Could you think about a solution to only send one series? Sending the whole chart and first creating a dummy chart in the destination application is not such a good way.
Maybe there is a solution to store the series as a component TSeries?
Greetz Dominik
well dropMaster from www.raize.com can send Byte Stream via Drag & Drop from one application to another one.
Could you think about a solution to only send one series? Sending the whole chart and first creating a dummy chart in the destination application is not such a good way.
Maybe there is a solution to store the series as a component TSeries?
Greetz Dominik
Hi moelski,
Well, it should be possible to use dropmaster to export your series type and data and then parse the stream in the other side, but you should do it manually since there is no teechart function to do it.moelski wrote:well dropMaster from www.raize.com can send Byte Stream via Drag & Drop from one application to another one.
I think it's possible to save and load delphi objects to and from streams but I don't have experience on it.moelski wrote:Could you think about a solution to only send one series?
...
Maybe there is a solution to store the series as a component TSeries?
Yes, this would probably be an interesting new feature for a future release. I've added it to the wish list (TV52014146).moelski wrote:Why can´t you simple add functions liek SaveToStream / LoadFromStream to the series?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |