ChartDirector 7.0 (ASP/COM/VB Edition)

WebChartViewer.streamChart


Usage

streamChart(response [, filename ])

Description

Sends the chart 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

ArgumentDefaultDescription
response(Mandatory)The ASP Response object used to output content to the browser.
filename""The suggested filename to use when user saves the chart image as a file on the browser side.

Return Value

None