ChartWizardExportOptionsImageSettingsBuilder
Methods
Width(System.Double)
The width of the exported image. Defaults to the scene width.
Parameters
value - System.Double
The value for Width
Height(System.Double)
The width of the exported image. Defaults to the scene width.
Parameters
value - System.Double
The value for Height
Cors(System.String)
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.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.
Parameters
value - System.String
The value for Cors