HighchartsLinearRegressionSeriesOptions constructor

HighchartsLinearRegressionSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? boostBlending,
  6. double? boostThreshold,
  7. String? className,
  8. bool? clip,
  9. String? color,
  10. double? colorIndex,
  11. String? colorKey,
  12. String? compare,
  13. double? compareBase,
  14. bool? compareStart,
  15. bool? compareToMain,
  16. bool? connectNulls,
  17. bool? crisp,
  18. double? cropThreshold,
  19. bool? cumulative,
  20. bool? cumulativeStart,
  21. String? cursor,
  22. Map<String, dynamic>? custom,
  23. String? dashStyle,
  24. HighchartsSeriesDataGroupingOptions? dataGrouping,
  25. List<HighchartsSeriesDataLabelsOptions>? dataLabels,
  26. HighchartsSeriesDataSortingOptions? dataSorting,
  27. String? description,
  28. bool? enableMouseTracking,
  29. HighchartsSeriesEventsOptions? events,
  30. String? findNearestPointBy,
  31. double? gapSize,
  32. String? gapUnit,
  33. bool? getExtremesFromAll,
  34. String? id,
  35. bool? inactiveOtherPoints,
  36. bool? includeInDataExport,
  37. double? index,
  38. HighchartsSeriesLabelOptions? label,
  39. HighchartsSeriesLastPriceOptions? lastPrice,
  40. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  41. double? legendIndex,
  42. String? legendSymbol,
  43. String? legendSymbolColor,
  44. double? lineWidth,
  45. String? linecap,
  46. String? linkedTo,
  47. HighchartsSeriesMarkerOptions? marker,
  48. String? negativeColor,
  49. bool? nullInteraction,
  50. HighchartsSeriesOnPointOptions? onPoint,
  51. double? opacity,
  52. HighchartsLinearRegressionSeriesParamsOptions? params,
  53. HighchartsSeriesPointOptions? point,
  54. dynamic pointDescriptionFormat,
  55. dynamic pointDescriptionFormatter,
  56. bool? relativeXValue,
  57. bool? selected,
  58. Map<String, dynamic>? shadow,
  59. bool? showCheckbox,
  60. bool? showInLegend,
  61. bool? skipKeyboardNavigation,
  62. bool? softThreshold,
  63. HighchartsSeriesSonificationOptions? sonification,
  64. dynamic stack,
  65. HighchartsSeriesStatesOptions? states,
  66. String? step,
  67. bool? stickyTracking,
  68. double? threshold,
  69. HighchartsLinearRegressionSeriesTooltipOptions? tooltip,
  70. double? turboThreshold,
  71. bool? visible,
  72. dynamic xAxis,
  73. dynamic yAxis,
  74. double? zIndex,
  75. String? zoneAxis,
  76. List<HighchartsSeriesZonesOptions>? zones,
  77. bool? zoomEnabled,
})

A linear regression series. If the type option is not specified, it is inherited from chart.type.

API Docs: https://api.highcharts.com/highstock/series.linearregression

Implementation

HighchartsLinearRegressionSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boostBlending,
    this.boostThreshold,
    this.className,
    this.clip,
    this.color,
    this.colorIndex,
    this.colorKey,
    this.compare,
    this.compareBase,
    this.compareStart,
    this.compareToMain,
    this.connectNulls,
    this.crisp,
    this.cropThreshold,
    this.cumulative,
    this.cumulativeStart,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.dataSorting,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.gapSize,
    this.gapUnit,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.marker,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.params,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.states,
    this.step,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});