ChartMgr object methods

The following list summarizes the ChartMgr object methods:

Note: For all Perl Get and Set methods that map to Visual Basic Properties, see the Properties section of this object.
Method name
Description
MakeJPEG
Creates a JPEG image of the chart.
MakePNG
Creates a PNG image of the chart.
SetResultSet
Sets the result set used to generate the chart.

Additional Perl Get and Set Methods that map to Visual Basic properties:

Method name
Description
GetGrayScale
Returns the current gray scale setting.
GetHeight
Returns the current height setting.
GetInterlaced
Returns the current interlace setting.
GetOptimizeCompression
Returns the current compression setting.
GetProgressive
Returns the current progressive setting.
GetQuality
Returns the current quality setting.
GetWidth
Returns the current width setting.
SetGrayScale
Sets the image gray scale.
SetHeight
Sets the image height.
SetInterlaced
Sets the image interlace.
SetOptimizeCompression
Sets the image compression.
SetProgressive
Sets the image progressive.
SetQuality
Sets the image quality.
SetWidth
Sets the image width.
Note: These methods are for Windows™ only.