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