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
- Get
GrayScale - Returns the current gray scale setting.
- Get
Height - Returns the current height setting.
- Get
Interlaced - Returns the current interlace setting.
- Get
OptimizeCompression - Returns the current compression setting.
- Get
Progressive - Returns the current progressive setting.
- Get
Quality - Returns the current quality setting.
- Get
Width - Returns the current width setting.
- Set
GrayScale - Sets the image gray scale.
- Set
Height - Sets the image height.
- Set
Interlaced - Sets the image interlace.
- Set
OptimizeCompression - Sets the image compression.
- Set
Progressive - Sets the image progressive.
- Set
Quality - Sets the image quality.
- Set
Width - Sets the image width.
Note: These methods are for Windows™ only.