Workspace 6.21.5
|
Renders the input chart to a QImage. Note that the output image will be a raster image - to render to an SVG, use the WriteChartToSvgFile operation.
Inputs: | |||
---|---|---|---|
Chart | CSIRO::DataAnalysis::Chart | ||
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. | |
Outputs: | |||
Image | QImage |