HighchartsVariwideSeriesOptions constructor

HighchartsVariwideSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? borderColor,
  6. Map<String, dynamic>? borderRadius,
  7. double? borderWidth,
  8. bool? centerInCategory,
  9. String? className,
  10. bool? clip,
  11. String? color,
  12. dynamic colorAxis,
  13. bool? colorByPoint,
  14. double? colorIndex,
  15. String? colorKey,
  16. List? colors,
  17. double? cropThreshold,
  18. String? cursor,
  19. Map<String, dynamic>? custom,
  20. String? dashStyle,
  21. HighchartsVariwideSeriesDataGroupingOptions? dataGrouping,
  22. HighchartsVariwideSeriesDataLabelsOptions? dataLabels,
  23. HighchartsSeriesDataSortingOptions? dataSorting,
  24. String? description,
  25. HighchartsVariwideSeriesDragDropOptions? dragDrop,
  26. bool? enableMouseTracking,
  27. HighchartsSeriesEventsOptions? events,
  28. String? findNearestPointBy,
  29. bool? getExtremesFromAll,
  30. double? groupPadding,
  31. bool? grouping,
  32. String? id,
  33. bool? inactiveOtherPoints,
  34. bool? includeInDataExport,
  35. double? index,
  36. List<String>? keys,
  37. HighchartsSeriesLabelOptions? label,
  38. double? legendIndex,
  39. String? legendSymbol,
  40. String? legendSymbolColor,
  41. String? linkedTo,
  42. double? maxPointWidth,
  43. double? minPointLength,
  44. String? negativeColor,
  45. bool? nullInteraction,
  46. HighchartsSeriesOnPointOptions? onPoint,
  47. double? opacity,
  48. HighchartsSeriesPointOptions? point,
  49. dynamic pointDescriptionFormat,
  50. dynamic pointDescriptionFormatter,
  51. double? pointInterval,
  52. String? pointIntervalUnit,
  53. double? pointPadding,
  54. dynamic pointPlacement,
  55. double? pointRange,
  56. dynamic pointStart,
  57. double? pointWidth,
  58. bool? relativeXValue,
  59. bool? selected,
  60. Map<String, dynamic>? shadow,
  61. bool? showCheckbox,
  62. bool? showInLegend,
  63. bool? skipKeyboardNavigation,
  64. bool? softThreshold,
  65. HighchartsSeriesSonificationOptions? sonification,
  66. dynamic stack,
  67. String? stacking,
  68. HighchartsVariwideSeriesStatesOptions? states,
  69. bool? stickyTracking,
  70. double? threshold,
  71. HighchartsVariwideSeriesTooltipOptions? tooltip,
  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 variwide series. If the type option is not specified, it is inherited from chart.type.

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

Implementation

HighchartsVariwideSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.centerInCategory,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorByPoint,
    this.colorIndex,
    this.colorKey,
    this.colors,
    this.cropThreshold,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.dataSorting,
    this.description,
    this.dragDrop,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.groupPadding,
    this.grouping,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.linkedTo,
    this.maxPointWidth,
    this.minPointLength,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointPadding,
    this.pointPlacement,
    this.pointRange,
    this.pointStart,
    this.pointWidth,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.stacking,
    this.states,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});