HighchartsPolygonSeriesOptions constructor

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

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

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

Implementation

HighchartsPolygonSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    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.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.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.pointRange,
    this.pointStart,
    this.relativeXValue,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.showInNavigator,
    this.skipKeyboardNavigation,
    this.sonification,
    this.stacking,
    this.states,
    this.step,
    this.stickyTracking,
    this.tooltip,
    this.trackByArea,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});