Select to view content in your preferred language

Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer

6596
12
Jump to solution
05-05-2015 08:10 AM
ArjunDongre
Regular Contributor

It is possible to disable a title for a specific layer within a service when loaded into the Legend Widget?

12 Replies
ArjunDongre
Regular Contributor

Added an ID to the dynamic service and was able to mess around with the CSS much more easily.

KenBuja
MVP Esteemed Contributor

I believe it would be #legend_Address_Points .esriLegendServiceLabel (you have to include the space after the "s" and before the period).

ArjunDongre
Regular Contributor

Looks like an on the fly id (#esri_dijit_Legend_0_layer0_0), but it worked. Thank you Kelly.