I have an application with a dynamic layer (contains about 20 layers). I need to create a class break renderer for one sub-layer. The classification method is Quantile I based the implementation on the sample: the Generate Renderer . (http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#GenerateRenderer). It works fine, but I need also several improvements:
Display labels for the features.
Symbolize the features with symbols in different sizes, according to the class value.
Display in the Legend a label which displays the field of the classification (ClassificationField)
I would like to have the label displayed only from a specific scale.