Home General

TeeChart and drawing into canvas

edited June 2001 in General
Hi

I use teechart in my report to generate a timetable. Now i need to draw into
the the canvas of the teechart.
Does anybody know how to do that?
Thanks in advance.
Regards Robert

Comments

  • edited June 2001
    > I use teechart in my report to generate a timetable. Now i need to draw
    into

    You could create a metafile canvas from the TChart, then write on the
    metafile.

    lMetafile := FChart.TeeCreateMetafile(True, lRect);
    lMetafile.Canvas....

    then only show the metafile, not the TChart.

    HTH,
    Ed Dressel
    Team DM
This discussion has been closed.