ESRI.ArcGIS.ADF.Web
DefaultLabel Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > Generic ValueMapRenderer Class : DefaultLabel Property




Gets the default label used in the legend for values not matched in the collection.

Syntax

Visual Basic (Declaration) 
Public Property DefaultLabel As String
Visual Basic (Usage)Copy Code
Dim instance As ValueMapRenderer(Of T)
Dim value As String
 
instance.DefaultLabel = value
 
value = instance.DefaultLabel
C# 
public string DefaultLabel {get; set;}

Remarks

This label will appear in the Toc (table of contents) for the map next to the Generic ValueMapRenderer.DefaultSymbol. The default symbol is used to display features in the graphics layer that have values not found in the Values collection of renderer values.

See Also

© 2010 All Rights Reserved.