UniqueValueRendererDefinition Class Members
In This Topic
The following tables list the members exposed by UniqueValueRendererDefinition.
Public Constructors
Public Properties
| Name | Description |
 | ColorRamp |
Gets or sets the color ramp be used to pick color for symbols from.
|
 | DefaultSymbol |
Gets or sets a symbol that will be used to draw features whose values are not found in values list.
|
 | FieldDelimiter |
Gets or sets a string to as delimiter while concatenating values from multiple fields.
|
 | SymbolTemplate |
Gets or sets a template for symbol used in the renderer.
|
 | UseDefaultSymbol |
Gets or sets a boolean to indicate that DefaultSymbol will be used to draw features whose values are not found in the values list.
|
 | ValueFields |
Gets or sets one or more fields be used to get unique values or combination of values from. This is required.
|
 | ValuesLimit |
Gets or sets a limit on how many unique values will be retrieved from the table.
|
Top
See Also