HighchartsExportingOptions constructor
HighchartsExportingOptions({
- HighchartsExportingAccessibilityOptions? accessibility,
- bool? allowHTML,
- bool? allowTableSorting,
- bool? applyStyleSheets,
- Map<
String, HighchartsExportingButtonsOptions> ? buttons, - dynamic chartOptions,
- HighchartsExportingCsvOptions? csv,
- bool? enabled,
- HighchartsCallback? error,
- bool? fallbackToExportServer,
- dynamic fetchOptions,
- String? filename,
- dynamic formAttributes,
- String? libURL,
- bool? local,
- HighchartsExportingPdfFontOptions? pdfFont,
- double? printMaxWidth,
- double? scale,
- bool? showExportInProgress,
- bool? showTable,
- double? sourceHeight,
- double? sourceWidth,
- String? tableCaption,
- String? type,
- dynamic url,
- bool? useMultiLevelHeaders,
- bool? useRowspanHeaders,
- double? width,
Options for the exporting module. For an overview on the matter, see the docs and read our Fair Usage Policy.
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});