GrayScale
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.
Syntax
VBScript
chartMgr.GrayScale
chartMgr.GrayScale
isGrayScale
Perl
$chartMgr->GetGrayScale
();
$chartMgr->SetGrayScale
(isGrayScale);
- Identifier
- Description
- chartMgr
- The CHARTMGR object associated with the current session.
- isGrayScale
- True if the image should be created in grayscale, otherwise False.
- Return value
- Returns True if the image should be rendered as a grayscale image, otherwise False to indicate the image will be rendered in color.