Project DescriptionA Silverlight User Control for data visualization of simple State-Value data.
The programmer assigns data to the control (datatype Double) for each State in the US and a color for the map. The control will then display a vector map of the US with 10 different shades of the chosen color that varies with the value assigned to each state. In order words if the programmer assigns the color Blue and California has a value of 100 while Nevada has a value of 80, Nevada will have a lighter shade of blue. A color key appears in the bottom showing the range of values for each shade.
The end user can point to a state with the mouse and the value assigned to that state will be displayed.
Sample URLView an example at
http://datawin-wwwroot.s3.amazonaws.com/USMapControlSample/MapControlSampleTestPage.htmlCreditsKenny Jacobson's site:
http://www.datawinconsulting.comI used the XAML of the US map created by Maciej Skierkowski at:
http://blogs.msdn.com/sskier/archive/2007/04/22/united-states-map-in-xaml.aspx