HeatmapPointMappingInfo Fields
Contains information on how heatmap point properties map to the data source fields.Name | Description |
---|---|
LatitudeProperty static | Identifies the Latitude dependency property. Inherited from MapPointMappingInfoBase. |
LongitudeProperty static | Identifies the Longitude dependency property. Inherited from MapPointMappingInfoBase. |
ValueProperty static | Identifies the HeatmapPointMappingInfo.Value dependency property. |
XCoordinateProperty static | Identifies the XCoordinate dependency property. Inherited from MapPointMappingInfoBase. |
YCoordinateProperty static | Identifies the YCoordinate dependency property. Inherited from MapPointMappingInfoBase. |
See Also