Page 1 of 1

Chart1.TeeCreateMetafile not export additional Label

Posted: Mon Jun 20, 2005 8:02 am
by 9342116
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:

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

Posted: Mon Jun 27, 2005 3:08 pm
by Pep
Hi Mec,

have you tried to use Annotation Tools to add the custom labels ?