GraffitiSuite Docs
Docs
Heatmap
Loading document parsing libraries...
# Heatmap Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | points() as GraffitiMap.WeightedPoint | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | ID | String | (None) | | Attributes | mParent | GraffitiUpdateInterface | (None) | | Dissipating | Boolean | (None) | (None) | | GradientColors() | Color | (None) | Color values used to draw the heatmap. | | MaximumIntensity | Double | -1 | Maximum weight value. | | Opacity | Double | 0.6 | Opacity of the heatmap overlay. | | Points() | GraffitiMap.WeightedPoint | (None) | Heatmap data points. | | Radius | Integer | -1 | Radius of the heatmap. |