maxPointWidth property

double? maxPointWidth
getter/setter pair

The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart. This prevents the columns from becoming too wide when there is a small number of points in the chart.

API Docs: https://api.highcharts.com/highcharts/series.boxplot.maxPointWidth

Implementation

double? maxPointWidth;