Skip to main content

ChoroplethColorizer Members

Represents the Choropleth-like colorizer.

Constructors

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

Fields

Name Description
ApproximateColorsProperty static Identifies the ChoroplethColorizer.ApproximateColors dependency property.
ColorsProperty static Identifies the MapColorizer.Colors dependency property. Inherited from MapColorizer.
RangeDistributionProperty static Identifies the ChoroplethColorizer.RangeDistribution dependency property.
RangeStopsProperty static Identifies the ChoroplethColorizer.RangeStops dependency property.
ValueProviderProperty static Identifies the ChoroplethColorizer.ValueProvider dependency property.

Properties

Name Description
ApproximateColors Gets or sets a value specifying whether to apply an approximation algorithm to colors in a colorizer.
Colors Gets or sets the collection of colors with which to colorize map shapes. Inherited from MapColorizer.
RangeDistribution Gets or sets the distribution type of the color range in a colorizer.
RangeStops Gets or sets 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
GetColor(Double) Returns a color by the value that corresponds to the specified range stops on a map legend.
GetItemColor(IColorizerElement) Returns the color of the corresponding map item obtained from the ChoroplethColorizer.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also