Select to view content in your preferred language

Data Categorization in Silverlight API

596
2
03-16-2011 07:09 AM
BharatJoshi
Emerging Contributor
Hi,

Can we achieve data categorization in Silverlight map? I have a scenario in which I have a product and I have to show sale of that product in percentage, if sale is 0-10% then area color will be red if sale in between 11-20 green like that. Can I achieve this type of functionality through Silverlight maps?
0 Kudos
2 Replies
JenniferNery
Esri Regular Contributor
You can use ClassBreaksRenderer. In this sample, a particular symbol is used for different population range:http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerRendering

This is another example that use a slightly different approach: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Thematic_Interactive
0 Kudos
BharatJoshi
Emerging Contributor
Thanks jenniferdnery,

This is some thing,What I am looking at.
0 Kudos