HeatmapDataSourceAdapter Members
The data adapter that provides data used to generate heatmap items.Constructors
| Name | Description |
|---|---|
| HeatmapDataSourceAdapter() | Initializes a new instance of the HeatmapProvider class with default settings. |
Fields
| Name | Description |
|---|---|
| DataMemberProperty static | Identifies the HeatmapDataSourceAdapter.DataMember dependency property. |
| DataSourceProperty static | Identifies the HeatmapDataSourceAdapter.DataSource dependency property. |
| MappingsProperty static | Identifies the HeatmapDataSourceAdapter.Mappings dependency property. |
| SourceCoordinateSystemProperty static | Identifies the HeatmapDataSourceAdapter.SourceCoordinateSystem dependency property. |
Properties
| Name | Description |
|---|---|
| DataMember | Specifies the name of an object in a data source to provide data for the data adapter. |
| DataSource | Specifies the data source to provide data for the data adapter. |
| Mappings | Contains information on how data for heatmap points should be obtained from a data source. |
| SourceCoordinateSystem | Gets or sets the coordinate system of a data adapter. |
Methods
| Name | Description |
|---|---|
| GetPoints() | Returns a collection of heatmap points. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also