HighchartsLinearRegressionInterceptSeries constructor
      
      HighchartsLinearRegressionInterceptSeries({ 
    
- List<List> ? data,
- String? name,
- HighchartsLinearRegressionInterceptSeriesOptions? options,
- List? dataPoints,
A linear regression intercept series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highstock/series.linearregressionintercept
Implementation
HighchartsLinearRegressionInterceptSeries({
  this.data,
  this.name,
  this.options,
  this.dataPoints,
});