I am using a TMapSeries to display a map of Germany with some information on top of every state (currently as labels). The map is coming from a shapefile which is loaded into TeeChart by using code from the TeeMaps example.
Instead of labels I want to display two vertical charts within every shape. Here is how it should look like:
Is that possible? Which events do I have to reimplement to get the desired functionality?
Charts within shapes
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi sm,
You could do this by creating those little charts at run-time, exporting them as an image and then drawing them onto TeeMapSeries overlaping current labels.
You could do this by creating those little charts at run-time, exporting them as an image and then drawing them onto TeeMapSeries overlaping current labels.
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 |