ChartDirector 7.0 (ASP/COM/VB Edition)

WebChartViewer.setChart


Usage

setChart(c, format)

Description

Assigns a BaseChart to the WebChartViewer for display using the given format.

Arguments

ArgumentDefaultDescription
c(Mandatory)The BaseChart object to display.
format(Mandatory)A constant specifying the image format to use. Please refer to BaseChart.makeChart2 for the supported formats.

Return Value

None