Skip to main content
All docs
V26.1
  • HeatmapProvider Members

    Allows you to draw a heatmap on the Map Control surface.

    Constructors

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

    Fields

    Name Description
    AlgorithmProperty static Identifies the HeatmapProvider.Algorithm dependency property.
    ColorizerProperty static Identifies the HeatmapProvider.Colorizer dependency property.
    ImageSourceProperty static Identifies the MapImageDataProviderBase.ImageSource dependency property. Inherited from MapImageDataProviderBase.
    PointSourceProperty static Identifies the HeatmapProvider.PointSource dependency property.

    Properties

    Name Description
    Algorithm Gets or sets the algorithm that the provider uses to render a heatmap.
    Colorizer Gets or sets the Choropleth colorizer used to paint the heatmap.
    ImageSource Returns the image source used to specify the image used to display map data. Inherited from MapImageDataProviderBase.
    PointSource Gets or sets the heatmap provider’s point source.

    Methods

    Name Description
    GetMapSizeInPixels(Double) Returns the map size in pixels. Inherited from MapImageDataProviderBase.

    Events

    Name Description
    PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
    WebRequest Occurs when the Map control sends a request to a web service. Inherited from MapImageDataProviderBase.
    See Also