ChartLink

TeeChart for ActiveX, COM and ASP
Post Reply
mkaker
Newbie
Newbie
Posts: 4
Joined: Wed Aug 25, 2004 4:00 am

ChartLink

Post by mkaker » Tue Jan 03, 2006 11:09 am

Hi

i woud like to Link a Chart (with some Series, Custom Axis etc.) as Source to an other Chart - it's possible to transfer all things from .. to ...?


best regards



Matthias

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Jan 05, 2006 8:34 am

Hi Matthias,

If you want to copy both (data + settings) then the best way is exporting the Chart to native Tee file and then import it from the another Chart.

mkaker
Newbie
Newbie
Posts: 4
Joined: Wed Aug 25, 2004 4:00 am

Post by mkaker » Thu Jan 05, 2006 1:09 pm

Hi Josep

ok, that's one way, but SaveToStream an LoadFrom Stream seems to by a better way for me... like this below - how do i use .ClearChart to load an other Stream?


MyStream = Form_OberflaechenWasserChemie.tChart1.Export.asNativeSaveToStream(True)
Report_rptDiagramm.tChartReport.Import.LoadFromStream modOberflaechewasserChemie.MyStream
DoCmd.OpenReport "rptDiagramm", acViewPreview


Best regards Matthias

Post Reply