dataPoints property

List<HighchartsBoxPlotSeriesDataOptions>? dataPoints
getter/setter pair

List of data point objects for the HighchartsBoxPlotSeries series.

Use this property to define individual data points using the HighchartsBoxPlotSeriesDataOptions class, which allows full configuration of each point, including all properties supported by Highcharts (e.g., x, y, name, marker, etc.).

This is an alternative to the simpler data property, and provides more flexibility for advanced use cases.

Implementation

List<HighchartsBoxPlotSeriesDataOptions>? dataPoints;