zMax property

double? zMax
getter/setter pair

The maximum possible z value for the point's radius calculation. If the point's Z value is bigger than zMax, the slice will be drawn according to the zMax value

API Docs: https://api.highcharts.com/highcharts/series.variablepie.zMax

Implementation

double? zMax;