Quality

Description

Sets or gets the quality factor used to generate the image.

You use this property to determine how much time should be spent in generating an image. Higher values indicate better compression but also mean that the image takes more processing time to create. By default, this property is set to 100 for maximum compression.

Syntax

VBScript


chartMgr.Quality 
chartMgr.Quality newValue 

Perl


$chartMgr->GetQuality();
$chartMgr->SetQuality(newValue); 
Identifier
Description
chartMgr
The CHARTMGR object associated with the current session.
newValue
An INT between 1 and 100 indicating the new compression factor of the image.
Return value
Returns an INT between 1 and 100 indicating the compression factor of the image.