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

ExportOptions

Represents the export options for the Chart Wizard.

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

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

fileName?

string

Sets the name of the exported file.

image?

ImageExportOptions

Configures the image export options.

pdf?

PDFOptions

Configures the PDF export options.

Not finding the help you need?
Contact Support