z property

double? z
getter/setter pair

While the x and y values of the bubble are determined by the underlying map, the z indicates the actual value that gives the size of the bubble.

API Docs: https://api.highcharts.com/highmaps/series.mapbubble.data.z

Implementation

double? z;