Drawing a map area using TeeChart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Albert
Newbie
Newbie
Posts: 16
Joined: Fri Nov 15, 2002 12:00 am
Location: Taipei, Taiwan, Republic of China
Contact:

Drawing a map area using TeeChart

Post by Albert » Wed Sep 15, 2004 2:07 am

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.

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Wed Sep 15, 2004 7:13 am

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.
Marjan Slatinek,
http://www.steema.com

Post Reply