ChartWizardExportOptionsSettingsBuilder
Methods
FileName(System.String)
Configure the name of the exported file.
Parameters
value - System.String
The value that configures the filename.
Pdf(System.Action)
Parameters for the exported PDF file as kendo.drawing.PDFOptions.
Parameters
configurator - System.Action<ChartWizardExportOptionsPdfSettingsBuilder>
The action that configures the pdf.
Image(System.Action)
Parameters for the exported Image. options.width Number The width of the exported image. Defaults to the scene width.; options.height Number The height of the exported image. Defaults to the scene height. or options.cors String (default: "anonymous") Specifies how cross-origin images should be requested.. Requesting images without CORS will "taint" the canvas. It will still be visible on the page, but all script access to it is disabled to prevent information disclosure.
Parameters
configurator - System.Action<ChartWizardExportOptionsImageSettingsBuilder>
The action that configures the image.