ChartWizardExportOptionsSettingsBuilder

Methods

FileName(System.String)

Configure the name of the exported file.

Parameters

value - System.String

The value for FileName

Pdf(System.Action)

Parameters for the exported PDF file as kendo.drawing.PDFOptions.

Parameters

configurator - System.Action<ChartWizardExportOptionsPdfSettingsBuilder>

The configurator for the pdf setting.

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 configurator for the image setting.