HighchartsPictorialSeriesOptions constructor

HighchartsPictorialSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? className,
  6. bool? clip,
  7. String? color,
  8. bool? colorByPoint,
  9. double? colorIndex,
  10. List? colors,
  11. double? cropThreshold,
  12. String? cursor,
  13. Map<String, dynamic>? custom,
  14. HighchartsPictorialSeriesDataGroupingOptions? dataGrouping,
  15. HighchartsPictorialSeriesDataLabelsOptions? dataLabels,
  16. String? description,
  17. bool? enableMouseTracking,
  18. HighchartsSeriesEventsOptions? events,
  19. String? findNearestPointBy,
  20. bool? getExtremesFromAll,
  21. double? groupPadding,
  22. double? groupZPadding,
  23. bool? grouping,
  24. String? id,
  25. bool? inactiveOtherPoints,
  26. bool? includeInDataExport,
  27. double? index,
  28. List<String>? keys,
  29. HighchartsSeriesLabelOptions? label,
  30. double? legendIndex,
  31. String? legendSymbol,
  32. String? legendSymbolColor,
  33. String? linkedTo,
  34. double? maxPointWidth,
  35. double? minPointLength,
  36. String? negativeColor,
  37. bool? nullInteraction,
  38. double? opacity,
  39. List<HighchartsPictorialSeriesPathsOptions>? paths,
  40. HighchartsSeriesPointOptions? point,
  41. dynamic pointDescriptionFormat,
  42. dynamic pointDescriptionFormatter,
  43. double? pointInterval,
  44. String? pointIntervalUnit,
  45. double? pointPadding,
  46. dynamic pointPlacement,
  47. double? pointRange,
  48. dynamic pointStart,
  49. double? pointWidth,
  50. bool? selected,
  51. bool? showCheckbox,
  52. bool? showInLegend,
  53. bool? skipKeyboardNavigation,
  54. bool? softThreshold,
  55. HighchartsSeriesSonificationOptions? sonification,
  56. dynamic stack,
  57. String? stacking,
  58. HighchartsPictorialSeriesStatesOptions? states,
  59. bool? stickyTracking,
  60. double? threshold,
  61. HighchartsPictorialSeriesTooltipOptions? tooltip,
  62. double? turboThreshold,
  63. bool? visible,
  64. dynamic xAxis,
  65. dynamic yAxis,
  66. double? zIndex,
  67. bool? zoomEnabled,
})

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

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

Implementation

HighchartsPictorialSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.className,
    this.clip,
    this.color,
    this.colorByPoint,
    this.colorIndex,
    this.colors,
    this.cropThreshold,
    this.cursor,
    this.custom,
    this.dataGrouping,
    this.dataLabels,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.groupPadding,
    this.groupZPadding,
    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.opacity,
    this.paths,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointPadding,
    this.pointPlacement,
    this.pointRange,
    this.pointStart,
    this.pointWidth,
    this.selected,
    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.zoomEnabled});