HighchartsSeriesOptions constructor

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

General options for all series types.

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

Implementation

HighchartsSeriesOptions(
    {this.accessibility,
    this.allAreas,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boostBlending,
    this.boostThreshold,
    this.borderColor,
    this.borderWidth,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.compare,
    this.compareBase,
    this.compareStart,
    this.connectEnds,
    this.connectNulls,
    this.connectors,
    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.inactiveOtherPoints,
    this.includeInDataExport,
    this.joinBy,
    this.keys,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    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.stacking,
    this.states,
    this.step,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});