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
Changing Image Point at Image Point Graph - Tee Chart 5.02
-
- Newbie
- Posts: 1
- Joined: Fri Nov 15, 2002 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi fernandomonteiro,
You should be able to do something like this:
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.
You should be able to do something like this:
Code: Select all
Series1.ImagePoint.LoadFromFile(tmpSt);
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 |
Instructions - How to post in this forum |