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 }
};