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.
VBScript
chartMgr.Quality
chartMgr.Quality newValue
Perl
$chartMgr->GetQuality();
$chartMgr->SetQuality(newValue);