Charts within shapes

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
sm
Newbie
Newbie
Posts: 13
Joined: Wed Feb 02, 2005 5:00 am

Charts within shapes

Post by sm » Thu Apr 14, 2005 10:57 am

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:


Image

Is that possible? Which events do I have to reimplement to get the desired functionality?

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

Post by Narcís » Thu Apr 14, 2005 11:17 am

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.
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