I need some help from someone who knows this better than I do.
My workflow - call up some JSON geometry from a webservice, deserialize into an object, iterate through graphics in the object taking an attribute into account for the graphics' color, add to graphics layer...it's all good. Note that I am using a different brush for each graphic in order to symbolize a numeric attribute range.
It's all good.
*However* Attaching a symbolic change on mouseover/normal states while maintaining the unique color of each graphic has proven a major hurdle. I was previously using a visual state manager associated with the defaultFillSymbol to symbolize the mouseover/normal states but I cannot figure out a way to "re-use" the visual state manager while persisting the unique graphic colors...
Any thoughts?
Thanks,
Ben