HighchartsLineSeriesOptions constructor

HighchartsLineSeriesOptions({
  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. dynamic colorAxis,
  11. double? colorIndex,
  12. String? colorKey,
  13. String? compare,
  14. double? compareBase,
  15. bool? compareStart,
  16. bool? connectEnds,
  17. bool? connectNulls,
  18. bool? crisp,
  19. double? cropThreshold,
  20. bool? cumulative,
  21. bool? cumulativeStart,
  22. String? cursor,
  23. Map<String, dynamic>? custom,
  24. String? dashStyle,
  25. HighchartsSeriesDataGroupingOptions? dataGrouping,
  26. List<HighchartsSeriesDataLabelsOptions>? dataLabels,
  27. HighchartsSeriesDataSortingOptions? dataSorting,
  28. String? description,
  29. HighchartsSeriesDragDropOptions? dragDrop,
  30. bool? enableMouseTracking,
  31. HighchartsSeriesEventsOptions? events,
  32. String? findNearestPointBy,
  33. double? gapSize,
  34. String? gapUnit,
  35. bool? getExtremesFromAll,
  36. String? id,
  37. bool? inactiveOtherPoints,
  38. bool? includeInDataExport,
  39. double? index,
  40. List<String>? keys,
  41. HighchartsSeriesLabelOptions? label,
  42. HighchartsSeriesLastPriceOptions? lastPrice,
  43. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  44. double? legendIndex,
  45. String? legendSymbol,
  46. String? legendSymbolColor,
  47. double? lineWidth,
  48. String? linecap,
  49. String? linkedTo,
  50. HighchartsSeriesMarkerOptions? marker,
  51. dynamic navigatorOptions,
  52. String? negativeColor,
  53. bool? nullInteraction,
  54. HighchartsSeriesOnPointOptions? onPoint,
  55. double? opacity,
  56. HighchartsSeriesPointOptions? point,
  57. dynamic pointDescriptionFormat,
  58. dynamic pointDescriptionFormatter,
  59. double? pointInterval,
  60. String? pointIntervalUnit,
  61. dynamic pointPlacement,
  62. double? pointRange,
  63. dynamic pointStart,
  64. bool? relativeXValue,
  65. bool? selected,
  66. Map<String, dynamic>? shadow,
  67. bool? showCheckbox,
  68. bool? showInLegend,
  69. bool? showInNavigator,
  70. bool? skipKeyboardNavigation,
  71. bool? softThreshold,
  72. HighchartsSeriesSonificationOptions? sonification,
  73. dynamic stack,
  74. String? stacking,
  75. HighchartsSeriesStatesOptions? states,
  76. String? step,
  77. bool? stickyTracking,
  78. double? threshold,
  79. HighchartsSeriesTooltipOptions? tooltip,
  80. double? turboThreshold,
  81. bool? useOhlcData,
  82. bool? visible,
  83. dynamic xAxis,
  84. dynamic yAxis,
  85. double? zIndex,
  86. String? zoneAxis,
  87. List<HighchartsSeriesZonesOptions>? zones,
  88. bool? zoomEnabled,
})

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

API Docs: https://api.highcharts.com/highcharts/series.line

Implementation

HighchartsLineSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boostBlending,
    this.boostThreshold,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.compare,
    this.compareBase,
    this.compareStart,
    this.connectEnds,
    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.dragDrop,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.gapSize,
    this.gapUnit,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.marker,
    this.navigatorOptions,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointPlacement,
    this.pointRange,
    this.pointStart,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.showInNavigator,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.stacking,
    this.states,
    this.step,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.useOhlcData,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});