HeatmapPoint Constructors
A particular heatmap point.Name | Parameters | Description |
---|---|---|
HeatmapPoint() | none | Initializes a new instance of the HeatmapPoint class with default settings. |
HeatmapPoint(CoordPoint, Double) | location, value | Initializes a new instance of the HeatmapPoint class with the specified location and value. |
HeatmapPoint(CoordPoint) | point | Initializes a new instance of the HeatmapPoint class with the specified location. |
See Also