You should be able to set up your colors in the map document (mxd) before you publish the service. The symbols will carry through to silverlight.
i need my silverlight application set the conditions(parcels red,green etc..) for server customize in real time.
Like Bradberry said. You set your symbology in the mxd using ArcMap then publish to the server. Set it up using categories and when the parcel switches categories the server will export the changed symbology for that parcel the next time the Silverlight map draws/refreshes. The server is like ArcMap drawing the map using the mxd you have and sending that map image to your Silverlight app. This is the most efficient way to show a lot of features.
If you want to change the symbology on the fly without changing the mxd, then you will need to do that on the client/Silverlight side with a FeatureLayer. The server doesn't handle drawing of the symbols with a FeatureLayer. That all happens on the client. So you change the symbology on the client by setting the FeatureLayer.Renderer to a UniqueValueRenderer that you created with the new colors.
Another way but not the most efficient is to create a featurelayer for each color, set its query definition to get only the features you want for that color and set the FeatureLayer.Renderer to a SimpleRenderer.
Rob
hi,
i need handle with 1 million of points in a layer. With a renderer i can deal with that amount of features?(change color of all features without hang)
I cannot use this beta?have any idea when this funcionality will be public for developers?thx
The 10.1 beta 2 is already available : http://blogs.esri.com/Dev/blogs/arcgis/archive/2011/11/16/ArcGIS-10.1-Beta-2.aspx
A version 10.1 prerelease should be out soon but I don't know exactly when.
the ArcGIS for SL 3.0 depends of AGS 10.1? i cannot use new dynamic layers with arcgis 10?