JMap.Application.Print.setLegendVisibility
Sets the legend visible or hidden in the print layout.
true to display, false to hide
// Hide the legendJMap.Application.Print.setLegendVisibility(false)// Show the legendJMap.Application.Print.setLegendVisibility(true) Copy
// Hide the legendJMap.Application.Print.setLegendVisibility(false)// Show the legendJMap.Application.Print.setLegendVisibility(true)
JMap.Application.Print.setLegendVisibility
Sets the legend visible or hidden in the print layout.