HighchartsLangStockToolsGuiOptions constructor

HighchartsLangStockToolsGuiOptions({
  1. String? advanced,
  2. String? arrowInfinityLine,
  3. String? arrowRay,
  4. String? arrowSegment,
  5. String? circle,
  6. String? crooked3,
  7. String? crooked5,
  8. String? crookedLines,
  9. String? currentPriceIndicator,
  10. String? elliott3,
  11. String? elliott5,
  12. String? ellipse,
  13. String? fibonacci,
  14. String? fibonacciTimeZones,
  15. String? flagCirclepin,
  16. String? flagDiamondpin,
  17. String? flagSimplepin,
  18. String? flagSquarepin,
  19. String? flags,
  20. String? fullScreen,
  21. String? horizontalLine,
  22. String? indicators,
  23. String? infinityLine,
  24. String? label,
  25. String? line,
  26. String? lines,
  27. String? measure,
  28. String? measureX,
  29. String? measureXY,
  30. String? measureY,
  31. String? parallelChannel,
  32. String? pitchfork,
  33. String? ray,
  34. String? rectangle,
  35. String? saveChart,
  36. String? segment,
  37. String? simpleShapes,
  38. String? timeCycles,
  39. String? toggleAnnotations,
  40. String? typeCandlestick,
  41. String? typeChange,
  42. String? typeHLC,
  43. String? typeHeikinAshi,
  44. String? typeHollowCandlestick,
  45. String? typeLine,
  46. String? typeOHLC,
  47. String? verticalArrow,
  48. String? verticalCounter,
  49. String? verticalLabel,
  50. String? verticalLabels,
  51. String? verticalLine,
  52. String? zoomChange,
  53. String? zoomX,
  54. String? zoomXY,
  55. String? zoomY,
})

Highcharts Options Widget.

Implementation

HighchartsLangStockToolsGuiOptions(
    {this.advanced,
    this.arrowInfinityLine,
    this.arrowRay,
    this.arrowSegment,
    this.circle,
    this.crooked3,
    this.crooked5,
    this.crookedLines,
    this.currentPriceIndicator,
    this.elliott3,
    this.elliott5,
    this.ellipse,
    this.fibonacci,
    this.fibonacciTimeZones,
    this.flagCirclepin,
    this.flagDiamondpin,
    this.flagSimplepin,
    this.flagSquarepin,
    this.flags,
    this.fullScreen,
    this.horizontalLine,
    this.indicators,
    this.infinityLine,
    this.label,
    this.line,
    this.lines,
    this.measure,
    this.measureX,
    this.measureXY,
    this.measureY,
    this.parallelChannel,
    this.pitchfork,
    this.ray,
    this.rectangle,
    this.saveChart,
    this.segment,
    this.simpleShapes,
    this.timeCycles,
    this.toggleAnnotations,
    this.typeCandlestick,
    this.typeChange,
    this.typeHLC,
    this.typeHeikinAshi,
    this.typeHollowCandlestick,
    this.typeLine,
    this.typeOHLC,
    this.verticalArrow,
    this.verticalCounter,
    this.verticalLabel,
    this.verticalLabels,
    this.verticalLine,
    this.zoomChange,
    this.zoomX,
    this.zoomXY,
    this.zoomY});