Help for this page
use warnings; use strict; use Win32::OLE qw(in); ... # move the chart to (0, 0) $shape->{Left} = 0; $shape->{Top} = 0;