HighchartsLangOptions constructor
      
      HighchartsLangOptions({ 
    
- HighchartsLangAccessibilityOptions? accessibility,
- String? chartTitle,
- String? contextButtonTitle,
- String? decimalPoint,
- String? downloadCSV,
- String? downloadJPEG,
- String? downloadMIDI,
- String? downloadPDF,
- String? downloadPNG,
- String? downloadSVG,
- String? downloadXLS,
- dynamic drillUpText,
- String? exitFullscreen,
- HighchartsLangExportDataOptions? exportData,
- String? exportInProgress,
- String? hideData,
- String? invalidDate,
- String? loading,
- List<String> ? locale,
- String? mainBreadcrumb,
- List<String> ? months,
- String? noData,
- double? numericSymbolMagnitude,
- List<String> ? numericSymbols,
- String? pieSliceName,
- String? playAsSound,
- String? printChart,
- HighchartsLangRangeSelectorOptions? rangeSelector,
- String? rangeSelectorFrom,
- String? rangeSelectorTo,
- String? rangeSelectorZoom,
- String? resetZoom,
- String? resetZoomTitle,
- String? seriesName,
- List<String> ? shortMonths,
- List<String> ? shortWeekdays,
- HighchartsLangStockToolsOptions? stockTools,
- String? thousandsSep,
- String? viewData,
- String? viewFullscreen,
- String? weekFrom,
- List<String> ? weekdays,
- String? yAxisTitle,
- String? zoomIn,
- String? zoomOut,
An object containing language-related strings and settings. A typical setup uses Highcharts.setOptions to make the options apply to all charts in the same page.
Implementation
HighchartsLangOptions(
    {this.accessibility,
    this.chartTitle,
    this.contextButtonTitle,
    this.decimalPoint,
    this.downloadCSV,
    this.downloadJPEG,
    this.downloadMIDI,
    this.downloadPDF,
    this.downloadPNG,
    this.downloadSVG,
    this.downloadXLS,
    this.drillUpText,
    this.exitFullscreen,
    this.exportData,
    this.exportInProgress,
    this.hideData,
    this.invalidDate,
    this.loading,
    this.locale,
    this.mainBreadcrumb,
    this.months,
    this.navigation,
    this.noData,
    this.numericSymbolMagnitude,
    this.numericSymbols,
    this.pieSliceName,
    this.playAsSound,
    this.printChart,
    this.rangeSelector,
    this.rangeSelectorFrom,
    this.rangeSelectorTo,
    this.rangeSelectorZoom,
    this.resetZoom,
    this.resetZoomTitle,
    this.seriesName,
    this.shortMonths,
    this.shortWeekdays,
    this.stockTools,
    this.thousandsSep,
    this.viewData,
    this.viewFullscreen,
    this.weekFrom,
    this.weekdays,
    this.yAxisTitle,
    this.zoomIn,
    this.zoomOut});