Page 1 of 1

Changing Image Point at Image Point Graph - Tee Chart 5.02

Posted: Tue Apr 17, 2007 2:15 pm
by 5889060
How do I change the image of the point used at this kind of graph?

I'm putting this graph inside a Report Buider 6, and I need special medical caracters instead of the normal points.

Thanks

Posted: Tue Apr 17, 2007 2:30 pm
by narcis
Hi fernandomonteiro,

You should be able to do something like this:

Code: Select all

    Series1.ImagePoint.LoadFromFile(tmpSt);
If this is available in a single TeeChart application (without Report Builder) but it is not available in a Report Builder application you have 2 options:

1. Contact Digital Metaphors support (manufacturers of Report Builder) for solutions to this issue.

2. Create a TChart outside Report Builder, export it to an image and load the image into Report Builder.