heatmapWeight property

double? heatmapWeight
getter/setter pair

A measure of how much an individual point contributes to the heatmap. A value of 10 would be equivalent to having 10 points of weight 1 in the same spot. Especially useful when combined with clustering. Default value: 1. Minimum value: 0.

Implementation

double? heatmapWeight;