New to Kendo UI for Angular? Start 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 }
};