ChartDirector 7.0 (ASP/COM/VB Edition)

BaseChart.makePicture


Usage

makePicture()

Description

Generates the chart as an OLE Picture object. The object can be used directly in Visual Basic PictureBox and Image controls.

This method returns an IPicture interface representing the chart. This is the same as the return type of the Visual Basic LoadPicture function. You can assign the return value to the Picture property of a Visual Basic PictureBox control or Image control.

Arguments

None

Return Value

An IPicture interface representing the chart image.