zMin property

double? zMin
getter/setter pair

The minimum possible z value for the point's radius calculation. If the point's Z value is smaller than zMin, the slice will be drawn according to the zMin value.

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

Implementation

double? zMin;