HighchartsVectorSeriesOptions constructor

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

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

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

Implementation

HighchartsVectorSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.className,
    this.clip,
    this.cluster,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.compare,
    this.compareBase,
    this.compareStart,
    this.crisp,
    this.cumulative,
    this.cumulativeStart,
    this.cursor,
    this.custom,
    this.dataLabels,
    this.dataSorting,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    this.legendIndex,
    this.legendSymbol,
    this.lineWidth,
    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.pointRange,
    this.pointStart,
    this.relativeXValue,
    this.rotationOrigin,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.showInNavigator,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.states,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.vectorLength,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});