ChartDirector 7.0 (ASP/COM/VB Edition)
WebChartViewer.streamChart2
Usage
streamChart2(response, image [, filename ])
Description
Sends the image out as a MIME stream.
The optional filename argument is the suggested filename in case it is needed on the browser side. For example, if the user saves the image to the hard disk, the browser will usually derive a filename based from the URL. For dynamically generated images, the URL is a script, and using it as the image filename may not be meaningful. In this case, the filename can be used to specify the filename to use.
Arguments
Argument | Default | Description |
response | (Mandatory) | The ASP Response object used to output content to the browser. |
image | (Mandatory) | An array of bytes to be sent out as a MIME stream. |
filename | "" | The suggested filename to use when user saves the chart image as a file on the browser side. |
Return Value
None
© 2021 Advanced Software Engineering Limited. All rights reserved.