Page 1 of 1

Charts within shapes

Posted: Thu Apr 14, 2005 10:57 am
by 9340851
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?

Posted: Thu Apr 14, 2005 11:17 am
by narcis
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.