Currently I am using usa_st shapefile that is used in many the infragistics examples for creating the USA by state. I want to call a service that has information by State, then have the map color by those values retrieved in the service. Is this possible? are there examples?
Hello,
Thank you for your post. I have been looking into it and I created a sample project for you, where I showed you hot to apply colors to the MapLayers. Once you get the Service call and retrieve your data, you can change the map colors.
Hope this helps you.
Hi,
Thank you for the information, your sample code does create gradiant colors on the map. However, I am trying to color each state based on the datamapped "value" starting with a light color and finishing with a dark color as the number increases.