softMin property

double? softMin
getter/setter pair

A soft minimum for the axis. If the series data minimum is greater than this, the axis will stay at this minimum, but if the series data minimum is lower, the axis will flex to show all data.

Note: The series.softThreshold option takes precedence over this option.

API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes.softMin

Implementation

double? softMin;