HighchartsExportingOptions constructor

HighchartsExportingOptions({
  1. HighchartsExportingAccessibilityOptions? accessibility,
  2. bool? allowHTML,
  3. bool? allowTableSorting,
  4. bool? applyStyleSheets,
  5. Map<String, HighchartsExportingButtonsOptions>? buttons,
  6. dynamic chartOptions,
  7. HighchartsExportingCsvOptions? csv,
  8. bool? enabled,
  9. HighchartsCallback? error,
  10. bool? fallbackToExportServer,
  11. dynamic fetchOptions,
  12. String? filename,
  13. dynamic formAttributes,
  14. String? libURL,
  15. bool? local,
  16. Map<String, Map<String, dynamic>>? menuItemDefinitions,
  17. HighchartsExportingPdfFontOptions? pdfFont,
  18. double? printMaxWidth,
  19. double? scale,
  20. bool? showExportInProgress,
  21. bool? showTable,
  22. double? sourceHeight,
  23. double? sourceWidth,
  24. String? tableCaption,
  25. String? type,
  26. dynamic url,
  27. bool? useMultiLevelHeaders,
  28. bool? useRowspanHeaders,
  29. double? width,
})

Options for the exporting module. For an overview on the matter, see the docs and read our Fair Usage Policy.

API Docs: https://api.highcharts.com/highcharts/exporting

Implementation

HighchartsExportingOptions(
    {this.accessibility,
    this.allowHTML,
    this.allowTableSorting,
    this.applyStyleSheets,
    this.buttons,
    this.chartOptions,
    this.csv,
    this.enabled,
    this.error,
    this.fallbackToExportServer,
    this.fetchOptions,
    this.filename,
    this.formAttributes,
    this.libURL,
    this.local,
    this.menuItemDefinitions,
    this.pdfFont,
    this.printMaxWidth,
    this.scale,
    this.showExportInProgress,
    this.showTable,
    this.sourceHeight,
    this.sourceWidth,
    this.tableCaption,
    this.type,
    this.url,
    this.useMultiLevelHeaders,
    this.useRowspanHeaders,
    this.width});