HighchartsLangNavigationPopupOptions constructor

HighchartsLangNavigationPopupOptions({
  1. String? addButton,
  2. String? algorithm,
  3. String? arrowInfinityLine,
  4. String? arrowRay,
  5. String? arrowSegment,
  6. String? average,
  7. String? background,
  8. String? backgroundColor,
  9. String? backgroundColors,
  10. String? borderColor,
  11. String? borderRadius,
  12. String? borderWidth,
  13. String? bottomBand,
  14. String? circle,
  15. String? clearFilter,
  16. String? color,
  17. String? connector,
  18. String? crooked3,
  19. String? crooked5,
  20. String? crosshairX,
  21. String? crosshairY,
  22. String? decimals,
  23. String? deviation,
  24. String? editButton,
  25. String? elliott3,
  26. String? elliott5,
  27. String? ellipse,
  28. String? factor,
  29. String? fastAvgPeriod,
  30. String? fibonacci,
  31. String? fibonacciTimeZones,
  32. String? fill,
  33. String? flags,
  34. String? fontSize,
  35. String? format,
  36. String? height,
  37. String? highIndex,
  38. String? horizontalLine,
  39. String? increment,
  40. String? index,
  41. String? infinityLine,
  42. String? initialAccelerationFactor,
  43. String? innerBackground,
  44. String? label,
  45. String? labelOptions,
  46. String? labels,
  47. String? line,
  48. String? lines,
  49. String? longPeriod,
  50. String? lowIndex,
  51. String? maxAccelerationFactor,
  52. String? measure,
  53. String? measureX,
  54. String? measureXY,
  55. String? measureY,
  56. String? multiplier,
  57. String? multiplierATR,
  58. String? name,
  59. String? noFilterMatch,
  60. String? outerBackground,
  61. String? padding,
  62. String? parallelChannel,
  63. String? period,
  64. String? periodATR,
  65. String? periodSenkouSpanB,
  66. String? periodTenkan,
  67. String? periods,
  68. String? pitchfork,
  69. String? ranges,
  70. String? ray,
  71. String? rectangle,
  72. String? removeButton,
  73. String? saveButton,
  74. String? searchIndicators,
  75. String? segment,
  76. String? series,
  77. String? shapeOptions,
  78. String? shapes,
  79. String? shortPeriod,
  80. String? signalPeriod,
  81. String? simpleShapes,
  82. String? slowAvgPeriod,
  83. String? standardDeviation,
  84. String? stroke,
  85. String? strokeWidth,
  86. String? style,
  87. String? timeCycles,
  88. String? title,
  89. String? topBand,
  90. String? tunnel,
  91. String? typeOptions,
  92. String? verticalArrow,
  93. String? verticalCounter,
  94. String? verticalLabel,
  95. String? verticalLine,
  96. String? volume,
  97. String? xAxisUnit,
  98. HighchartsLangNavigationPopupIndicatorAliasesOptions? indicatorAliases,
})

Translations for all field names used in popup.

API Docs: https://api.highcharts.com/highcharts/lang.navigation.popup

Implementation

HighchartsLangNavigationPopupOptions(
    {this.addButton,
    this.algorithm,
    this.arrowInfinityLine,
    this.arrowRay,
    this.arrowSegment,
    this.average,
    this.background,
    this.backgroundColor,
    this.backgroundColors,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.bottomBand,
    this.circle,
    this.clearFilter,
    this.color,
    this.connector,
    this.crooked3,
    this.crooked5,
    this.crosshairX,
    this.crosshairY,
    this.decimals,
    this.deviation,
    this.editButton,
    this.elliott3,
    this.elliott5,
    this.ellipse,
    this.factor,
    this.fastAvgPeriod,
    this.fibonacci,
    this.fibonacciTimeZones,
    this.fill,
    this.flags,
    this.fontSize,
    this.format,
    this.height,
    this.highIndex,
    this.horizontalLine,
    this.increment,
    this.index,
    this.infinityLine,
    this.initialAccelerationFactor,
    this.innerBackground,
    this.label,
    this.labelOptions,
    this.labels,
    this.line,
    this.lines,
    this.longPeriod,
    this.lowIndex,
    this.maxAccelerationFactor,
    this.measure,
    this.measureX,
    this.measureXY,
    this.measureY,
    this.multiplier,
    this.multiplierATR,
    this.name,
    this.noFilterMatch,
    this.outerBackground,
    this.padding,
    this.parallelChannel,
    this.period,
    this.periodATR,
    this.periodSenkouSpanB,
    this.periodTenkan,
    this.periods,
    this.pitchfork,
    this.ranges,
    this.ray,
    this.rectangle,
    this.removeButton,
    this.saveButton,
    this.searchIndicators,
    this.segment,
    this.series,
    this.shapeOptions,
    this.shapes,
    this.shortPeriod,
    this.signalPeriod,
    this.simpleShapes,
    this.slowAvgPeriod,
    this.standardDeviation,
    this.stroke,
    this.strokeWidth,
    this.style,
    this.timeCycles,
    this.title,
    this.topBand,
    this.tunnel,
    this.typeOptions,
    this.verticalArrow,
    this.verticalCounter,
    this.verticalLabel,
    this.verticalLine,
    this.volume,
    this.xAxisUnit,
    this.indicatorAliases});