Page 1 of 1

Drawing a map area using TeeChart

Posted: Wed Sep 15, 2004 2:07 am
by 8121155
Hi,

Due to my project, I need to draw a small map, and there are several areas in this map.
I had used TeeChart (Points3D or Arrow series) to draw these areas, but now I need to fill these areas with different colors.

Is there any series or tools can help me to do this?

Thanks in advance.

Posted: Wed Sep 15, 2004 7:13 am
by Marjan
Hi.
Is there any series or tools can help me to do this?
Not yet, but we have this (adding map/gis series to .NET version) on our wish list. At the moment the only solution you can use is to manually draw filled polygons directly on chart Graphics3D using the Polygon method in one of the chart events.