ESRI.ArcGIS.ADF.IMS | |
Legend Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Carto Namespace > MapView Class : Legend Property |
Visual Basic (Declaration) | |
---|---|
Public Property Legend As Legend |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Legend Legend {get; set;} |
For an example of working with the Legend, see the Legend
overview.
Legend allow access to the legend object associated with the map.
The legend can be drawn as an image at the same time the map is drawn. Settings in
the legend object determine how the legend is drawn. To turn on or off legend
drawing, use the RefreshLegend property.