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