ChoroplethColorizer Members
In This Article
#Constructors
Name | Description |
---|---|
Choropleth |
Initializes a new instance of the Choropleth |
#Fields
Name | Description |
---|---|
Approximate |
Identifies the Choropleth |
Colors |
Identifies the Map |
Legend |
Identifies the Choropleth |
Range |
Identifies the Choropleth |
Range |
Identifies the Choropleth |
Value |
Identifies the Choropleth |
#Properties
Name | Description |
---|---|
Approximate |
Gets or sets a value specifying whether to apply an approximation algorithm to colors in a colorizer. |
Colors |
Provides access to the collection of colors with which to colorize map shapes.
Inherited from Map |
Legend | Gets or sets a map legend (color list or color scale legend type). |
Range |
Gets or sets the distribution type of range colors in a colorizer. |
Range |
Gets range stops for the Choropleth colorizer. |
Value |
Provides values from the data source (Shapefile or KML file) to color map shapes according to data. |
#Methods
Name | Description |
---|---|
Colorize |
Obsolete. Colorize a map element.
Inherited from Colorizer |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the color of the corresponding map item obtained from the Choropleth colorizer. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also