Sets or returns whether or not PNG images are interlaced.
This property is used when producing PNG images with the MakePNG method. By default, this property is set to True.
VBScript
chartMgr.Interlaced
chartMgr.Interlaced isInterlaced
Perl
$chartMgr->GetInterlaced();
$chartMgr->SetInterlaced(isInterlaced);