Select to view content in your preferred language

Heatmaps representing distributions of attribute values

1912
1
02-23-2012 01:53 AM
SureshMali
Emerging Contributor
I am willing to display Heatmaps representing distributions of attribute values instead of density of data points over the region in ArcGIS API for SilverLight. Can anyone please provide me some reference for the same or the way of implementing it ArcGIS API for SilverLight V2.4? As i am blocked over this, any help would be good 🙂
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
You can probably use GraphicsLayer with ClassBreaksRenderer or UniqueValueRenderer if you want the symbol to be based on attributes.

The following SDK samples might help:
http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#RenderersXAML
http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Thematic_Interactive

There are some custom symbols here that might help:
http://help.arcgis.com/en/webapi/silverlight/samples/SymbolGalleryWeb/start.htm
0 Kudos