pointWidth property

double? pointWidth
getter/setter pair

A pixel value specifying a fixed width for each column or bar point. When set to undefined, the width is calculated from the pointPadding and groupPadding. The width effects the dimension that is not based on the point value. For column series it is the horizontal length and for bar series it is the vertical length.

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

Implementation

double? pointWidth;