Select to view content in your preferred language

Generate renderer on the server for layer in a map service using GenerateRendererTask

565
0
09-04-2012 06:46 AM
RonitRom
Deactivated User
Hi,

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:

  1. Display labels for the features.

  2. Symbolize the features with symbols in different sizes, according to the class value.

  3. 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.

Is there a way to do this?

Thanks a lot,
Ronit
0 Kudos
0 Replies