Workspace 6.21.5
|
Writes a chart to an Scalable Vector Graphics (SVG) file. Vector graphics formats are often desirable over other image formats, such as PNG or JPG formats because they can be easily scaled to a higher resolution or alternative aspect ratio without altering the contents of the file.
Inputs: | |||
---|---|---|---|
Chart | CSIRO::DataAnalysis::Chart | ||
File name | QString | ||
Width | int | ||
Height | int | ||
Render timeout (msec) | int | If the chart script does not notify Workspace that it has completed rendering, the operation will render whatever is available after this number of milliseconds. |