ThinkGeo.com    |     Documentation    |     Premium Support

Zed pie charts with custom data

How do I create a zed pie chart with custom data ? are there any examples? The sample given in the suit is pulling data from shape files.


Scenario - Basically I have couple of slider bars on the left side of the page. Based on slider movements I need to create pie chart on the map. Data feed to charts is all via calculations in business layer. 


Regards,


 



Murty,


Thanks for your post.
 
Attachment contains the samples which use the custom data instead of pulling from shape files.
 
The data for the pie used as following could be from calculation in your business layer.

vendor2Collumn.Add("BigerPileColor", "1");
vendor2Collumn.Add("MountByTrucks", "100");
vendor2Collumn.Add("MountByOutsudeCarrier", "1000");

 

Any more questions please feel free to let me know.
 
Thanks.
 
Yale


1234-Post6323.zip (102 KB)