HighchartsBellcurveSeriesOptions constructor

HighchartsBellcurveSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. dynamic baseSeries,
  6. String? className,
  7. bool? clip,
  8. String? color,
  9. dynamic colorAxis,
  10. double? colorIndex,
  11. String? colorKey,
  12. bool? connectEnds,
  13. bool? crisp,
  14. double? cropThreshold,
  15. String? cursor,
  16. Map<String, dynamic>? custom,
  17. String? dashStyle,
  18. List<HighchartsSeriesDataLabelsOptions>? dataLabels,
  19. HighchartsSeriesDataSortingOptions? dataSorting,
  20. String? description,
  21. bool? enableMouseTracking,
  22. HighchartsSeriesEventsOptions? events,
  23. String? fillColor,
  24. dynamic fillOpacity,
  25. String? findNearestPointBy,
  26. bool? getExtremesFromAll,
  27. String? id,
  28. bool? inactiveOtherPoints,
  29. bool? includeInDataExport,
  30. double? index,
  31. double? intervals,
  32. List<String>? keys,
  33. HighchartsSeriesLabelOptions? label,
  34. double? legendIndex,
  35. String? legendSymbol,
  36. String? legendSymbolColor,
  37. String? lineColor,
  38. double? lineWidth,
  39. String? linecap,
  40. String? linkedTo,
  41. HighchartsBellcurveSeriesMarkerOptions? marker,
  42. String? negativeColor,
  43. String? negativeFillColor,
  44. bool? nullInteraction,
  45. HighchartsSeriesOnPointOptions? onPoint,
  46. double? opacity,
  47. HighchartsSeriesPointOptions? point,
  48. dynamic pointDescriptionFormat,
  49. dynamic pointDescriptionFormatter,
  50. dynamic pointPlacement,
  51. dynamic pointStart,
  52. double? pointsInInterval,
  53. bool? relativeXValue,
  54. bool? selected,
  55. Map<String, dynamic>? shadow,
  56. bool? showCheckbox,
  57. bool? showInLegend,
  58. bool? skipKeyboardNavigation,
  59. bool? softThreshold,
  60. HighchartsSeriesSonificationOptions? sonification,
  61. dynamic stack,
  62. HighchartsSeriesStatesOptions? states,
  63. bool? stickyTracking,
  64. double? threshold,
  65. HighchartsSeriesTooltipOptions? tooltip,
  66. bool? trackByArea,
  67. double? turboThreshold,
  68. bool? visible,
  69. dynamic xAxis,
  70. dynamic yAxis,
  71. double? zIndex,
  72. String? zoneAxis,
  73. List<HighchartsSeriesZonesOptions>? zones,
  74. bool? zoomEnabled,
})

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

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

Implementation

HighchartsBellcurveSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.baseSeries,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.connectEnds,
    this.crisp,
    this.cropThreshold,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataLabels,
    this.dataSorting,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.fillColor,
    this.fillOpacity,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.intervals,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.lineColor,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.marker,
    this.negativeColor,
    this.negativeFillColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointPlacement,
    this.pointStart,
    this.pointsInInterval,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.states,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.trackByArea,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});