Description
Gets
or sets the Bool that indicates whether or not the chart should be created
as a grayscale image.
This property is set to False by
default. You can set it to True if you want to generate grayscale images.
Syntaxe
VBScript
chartMgr.GrayScale
chartMgr.GrayScale isGrayScale
Perl
$chartMgr->GetGrayScale();
$chartMgr->SetGrayScale(isGrayScale);
- Identificateur
- Description
- chartMgr
- The CHARTMGR object associated with the current session.
- isGrayScale
- True if the image should be created in grayscale, otherwise
False.
- Valeur renvoyée
- Returns True if the image should be rendered as a grayscale
image, otherwise False to indicate the image will be rendered in color.