Select to view content in your preferred language

Legend problem in Printing

3184
5
09-25-2012 06:11 AM
DavidAlford1
Occasional Contributor
I have a Flexviewer map set up and have an advanced printing option configured. The issue I have is that all of the layers that are on show up in the legend. How do I make just the layers in the data frame show up in the legend and not all of them that are turned on at that scale?
Tags (2)
0 Kudos
5 Replies
BjornSvensson
Esri Regular Contributor
How do I make just ... [some] layers ... show up in the legend


If you are using the API:
http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/tasks/supportClasses/LegendOptions....

In the next version (3.1) of the Flex Viewer, you will be able to exclude layers from print legend in the print configuration file.
0 Kudos
DavidAlford1
Occasional Contributor
So, what you are saying...there is no way to make only the visible layers show up in the legend on the layout in 3.0????
0 Kudos
BjornSvensson
Esri Regular Contributor
So, what you are saying...there is no way to make only the visible layers show up in the legend on the layout in 3.0????


Not if you are using the compiled flex viewer or application builder.
0 Kudos
MarcCavallaro
Regular Contributor
Not if you are using the compiled flex viewer or application builder.


Bjorn,  What about with 3.0 uncompiled?  We have a highly customized viewer and don't have the time to upgrade to 3.1.

Thanks,
Marc
0 Kudos
MarcCavallaro
Regular Contributor
Bjorn,  What about with 3.0 uncompiled?  We have a highly customized viewer and don't have the time to upgrade to 3.1.

Thanks,
Marc


Found the solution to this issue here: http://forums.arcgis.com/threads/73816-Print-Widget-3.1-Question?highlight=print+legend
0 Kudos