Help for this page

Select Code to Download


  1. or download this
    $chart->add_series(
            name       => 'Sample 1',
            categories => '=Sheet1!$A$2:$A$7',
            values     => '=Sheet1!$B$2:$B$7',
        );
    
  2. or download this
    categories => "\'=Sheet1!$A$rowbegin:$A$rowend\'",