ESRI.ArcGIS.ADF.Web | |
Generic ValueMapRenderer Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace : Generic ValueMapRenderer Class |
The following tables list the members exposed by Generic ValueMapRenderer.
Name | Description | |
---|---|---|
ValueMapRenderer Constructor | Overloaded. Constructs a ValueMapRenderer object. |
Name | Description | |
---|---|---|
DefaultLabel | Gets the default label used in the legend for values not matched in the collection. | |
DefaultSymbol | Gets or sets the symbol displayed for features with values not in the collection. | |
ValueColumnName | Lookup column name in the data table used to determine what symbology to display. | |
Values | Gets the collection of values that define the classes used for rendering. |
Name | Description | |
---|---|---|
Clone | Creates a deep clone of the current Object. | |
FromJson | Populates properties using JSON string. Use CreateFromJson static method on base class where available to deserialize from string into an instance of the type specified in the JSON string, if type is not known. | |
GenerateSwatches | Generates swatches for this renderer for display in a table of contents | |
GetAllSymbols | Returns all FeatureSymbols used by this renderer. | |
GetMaxSwatchDimensions | Gets the maximum dimensions of the swatches generated by this renderer. | |
Render | Draws the specified geometry to the specified graphics. | |
ToJson | Serializes to JSON. |