TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
sm
- Newbie

- Posts: 13
- Joined: Wed Feb 02, 2005 5:00 am
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:
Is that possible? Which events do I have to reimplement to get the desired functionality?
-
Narcís
- 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.