Chart1.TeeCreateMetafile not export additional Label
Posted: Mon Jun 20, 2005 8:02 am
Hi,
we have the necessity to use additional TLabel on the chart. When i export the chart with TeeCreateMetafile and import on the Fastreport this additional Labels on the Fastreport is'nt visible.
Here is the code:
Existing a solution for this problem?
Thanks
Mec
we have the necessity to use additional TLabel on the chart. When i export the chart with TeeCreateMetafile and import on the Fastreport this additional Labels on the Fastreport is'nt visible.
Here is the code:
Code: Select all
TfrxPictureView(Sender).Picture.Assign(
Chart1.TeeCreateMetafile(True,
Rect(0, 0, Round(Sender.Width), Round(Sender.Height))));
Existing a solution for this problem?
Thanks
Mec