ChoroplethColorizer Properties
Represents the Choropleth-like colorizer.Name | Description |
---|---|
ApproximateColors | 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 MapColorizer. |
Legend | Gets or sets a map legend (color list or color scale legend type). |
RangeDistribution | Gets or sets the distribution type of range colors in a colorizer. |
RangeStops | Gets range stops for the Choropleth colorizer. |
ValueProvider | Provides values from the data source (Shapefile or KML file) to color map shapes according to data. |
See Also