Object Reference : Object View and Procedure Reference : Geomap
  
 
legend
Set legend specific options in geomaps.
Syntax
geomap_name.legend(options) legend_arg
where legend_arg may include:
 
[+/-]display
Make the legend visible or invisible
Options
 
vertical
Set legend orientation to be vertical
Examples
gmap1.legend display
displays the legend horizontally.
gmap1.legend(vertical) +display
displays the legend vertically.
gmap1.legend -display
hides the legend.
Cross-references
See “Geomaps” for a discussion of geomaps.