HighchartsTRIXSeriesOptions constructor

HighchartsTRIXSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? boostBlending,
  6. double? boostThreshold,
  7. String? className,
  8. bool? clip,
  9. String? color,
  10. double? colorIndex,
  11. String? colorKey,
  12. bool? compareStart,
  13. bool? compareToMain,
  14. bool? connectNulls,
  15. bool? crisp,
  16. double? cropThreshold,
  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. bool? enableMouseTracking,
  27. HighchartsSeriesEventsOptions? events,
  28. String? findNearestPointBy,
  29. double? gapSize,
  30. String? gapUnit,
  31. bool? getExtremesFromAll,
  32. String? id,
  33. bool? inactiveOtherPoints,
  34. bool? includeInDataExport,
  35. double? index,
  36. HighchartsSeriesLabelOptions? label,
  37. HighchartsSeriesLastPriceOptions? lastPrice,
  38. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  39. double? legendIndex,
  40. String? legendSymbol,
  41. String? legendSymbolColor,
  42. double? lineWidth,
  43. String? linecap,
  44. String? linkedTo,
  45. HighchartsSeriesMarkerOptions? marker,
  46. String? negativeColor,
  47. bool? nullInteraction,
  48. HighchartsSeriesOnPointOptions? onPoint,
  49. double? opacity,
  50. HighchartsTRIXSeriesParamsOptions? params,
  51. HighchartsSeriesPointOptions? point,
  52. dynamic pointDescriptionFormat,
  53. dynamic pointDescriptionFormatter,
  54. bool? relativeXValue,
  55. bool? selected,
  56. Map<String, dynamic>? shadow,
  57. bool? showCheckbox,
  58. bool? showInLegend,
  59. bool? skipKeyboardNavigation,
  60. bool? softThreshold,
  61. HighchartsSeriesSonificationOptions? sonification,
  62. dynamic stack,
  63. HighchartsSeriesStatesOptions? states,
  64. String? step,
  65. bool? stickyTracking,
  66. double? threshold,
  67. HighchartsTRIXSeriesTooltipOptions? tooltip,
  68. double? turboThreshold,
  69. bool? visible,
  70. dynamic xAxis,
  71. dynamic yAxis,
  72. double? zIndex,
  73. String? zoneAxis,
  74. List<HighchartsSeriesZonesOptions>? zones,
  75. bool? zoomEnabled,
})

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

API Docs: https://api.highcharts.com/highstock/series.trix

Implementation

HighchartsTRIXSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boostBlending,
    this.boostThreshold,
    this.className,
    this.clip,
    this.color,
    this.colorIndex,
    this.colorKey,
    this.compareStart,
    this.compareToMain,
    this.connectNulls,
    this.crisp,
    this.cropThreshold,
    this.cumulative,
    this.cumulativeStart,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.dataSorting,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.gapSize,
    this.gapUnit,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.marker,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.params,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.states,
    this.step,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});