View Single Post

  #1 (permalink)  
Old 05-26-2004
webjagger webjagger is offline
Junior Member
White Belt
 
Join Date: Mar 2004
Posts: 10
Automatic Bar/Pie Charts (with Data from SQLServer)

Hi,

with MP 2004 / VB.Net I generate a JPEG-File that shows our shop locations on a map. This works fine. Creating pushpinsets is also no problem - if this should be necessary.

Where I haven't found a solution yet, is to show a bar/pie chart instead of every pushpin-symbol that illustrates e.g. sales data of the specific shop which are available in sqlserver. The problem is not to get the data from sqlserver but to show it at the locations on the map. Is it a property of the pushpins? Is it possible to map the already positioned pushpins with the sales data by the shop id, or have the adress data be read together with the sales data?

Anybody has a sample code?

Thanks in advance.
Reply With Quote