Help for this page
Range("C1:C721").Select Charts.Add ... .ColorIndex = xlAutomatic .Background = xlAutomatic End With
$sheet->Range("C1:C721")->Select; my $chart = $workbook->Charts->Add; ... $chart->{HasLegend} = "False; $chart->Axes(xlCategory)->{MajorTickMark} = xlNone; $chart->Axes(xlCategory)->{TickLabels}{Font}{Size} = 5;