HighchartsParetoSeriesOptions constructor

HighchartsParetoSeriesOptions({
  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. double? colorIndex,
  10. String? colorKey,
  11. bool? connectEnds,
  12. bool? connectNulls,
  13. double? cropThreshold,
  14. String? cursor,
  15. Map<String, dynamic>? custom,
  16. String? dashStyle,
  17. List<HighchartsSeriesDataLabelsOptions>? dataLabels,
  18. HighchartsSeriesDataSortingOptions? dataSorting,
  19. String? description,
  20. bool? enableMouseTracking,
  21. HighchartsSeriesEventsOptions? events,
  22. bool? getExtremesFromAll,
  23. String? id,
  24. bool? inactiveOtherPoints,
  25. bool? includeInDataExport,
  26. double? index,
  27. HighchartsSeriesLabelOptions? label,
  28. double? legendIndex,
  29. String? legendSymbol,
  30. String? legendSymbolColor,
  31. double? lineWidth,
  32. String? linecap,
  33. String? linkedTo,
  34. HighchartsSeriesMarkerOptions? marker,
  35. bool? nullInteraction,
  36. HighchartsSeriesOnPointOptions? onPoint,
  37. double? opacity,
  38. HighchartsSeriesPointOptions? point,
  39. dynamic pointDescriptionFormat,
  40. dynamic pointDescriptionFormatter,
  41. bool? relativeXValue,
  42. bool? selected,
  43. bool? showCheckbox,
  44. bool? showInLegend,
  45. bool? skipKeyboardNavigation,
  46. HighchartsSeriesSonificationOptions? sonification,
  47. dynamic stack,
  48. HighchartsSeriesStatesOptions? states,
  49. bool? stickyTracking,
  50. HighchartsSeriesTooltipOptions? tooltip,
  51. double? turboThreshold,
  52. bool? visible,
  53. dynamic xAxis,
  54. dynamic yAxis,
  55. double? zIndex,
  56. bool? zoomEnabled,
})

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

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

Implementation

HighchartsParetoSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.baseSeries,
    this.className,
    this.clip,
    this.color,
    this.colorIndex,
    this.colorKey,
    this.connectEnds,
    this.connectNulls,
    this.cropThreshold,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataLabels,
    this.dataSorting,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.marker,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.relativeXValue,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.sonification,
    this.stack,
    this.states,
    this.stickyTracking,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoomEnabled});