Skip to main content
A newer version of this page is available. .

ChoroplethColorizer Members

Represents the Choropleth-like colorizer.

Constructors

Name Description
ChoroplethColorizer() Initializes a new instance of the ChoroplethColorizer class with default settings.

Properties

Name Description
ApproximateColors Gets or sets a value specifying whether to apply an approximation algorithm to colors in a colorizer.
ColorItems Provides access to the collection of color items for this colorizer.
PredefinedColorSchema Gets or sets the predefined color schema for this colorizer. Inherited from PredefinedColorsColorizer.
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.

Methods

Name Description
ColorizeElement(IColorizerElement) Colorize map elements.
Dispose() Disposes of the current object. Inherited from MapDisposableObject.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetColor(Double) Returns a color by its value that corresponds to specified range stops on a map legend.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of ChoroplethColorizer.
See Also