ChartWizardExportOptionsImageSettingsTagHelper

Example

Razor
<image/>

Attributes

AttributeTypeDescription
corsStringSpecifies 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.Can be set to: "anonymous" - do not send user credentials as part of the request; "use-credentials" - send credentials as part of the request or false - fetch images without CORS, possibly tainting the canvas.
heightDoubleThe width of the exported image. Defaults to the scene width.
widthDoubleThe width of the exported image. Defaults to the scene width.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support