Changing Image Point at Image Point Graph - Tee Chart 5.02

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
fernandomonteiro
Newbie
Newbie
Posts: 1
Joined: Fri Nov 15, 2002 12:00 am

Changing Image Point at Image Point Graph - Tee Chart 5.02

Post by fernandomonteiro » Tue Apr 17, 2007 2:15 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Apr 17, 2007 2:30 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply