HeatmapPointStorage Members
The data adapter that stores manually added heatmap points.Constructors
| Name | Description |
|---|---|
| HeatmapPointStorage() | Initializes a new instance of the HeatmapPointStorage class with default settings. |
Fields
| Name | Description |
|---|---|
| PointsProperty static | Identifies the HeatmapPointStorage.Points dependency property. |
Properties
| Name | Description |
|---|---|
| Points | Returns a collection of points used to plot a heatmap. |
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