New to Kendo UI for AngularStart a free 30-day trial

ExportOptions

Interface

Represents the export options for the Chart Wizard.

Use this interface to configure file name, PDF, and image export settings.

Definition

Package:@progress/kendo-angular-chart-wizard

Syntax:

TS
const options: ExportOptions = {
  fileName: 'chart-export',
  pdf: { paperSize: 'A4' },
  image: { width: 800, height: 600 }
};

Properties

fileName?

string

Sets the name of the exported file.

Configures the image export options.

pdf?

PDFOptions

Configures the PDF export options.

In this article
DefinitionPropertiesfileName?image?pdf?
Not finding the help you need?
Contact Support