public function PHPExcel_Chart::setTopLeftYOffset in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::setTopLeftYOffset()
2 calls to PHPExcel_Chart::setTopLeftYOffset()
- PHPExcel_Chart::setTopLeftOffset in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php - * Set the offset position within the Top Left cell for the chart * *
- PHPExcel_Chart::setTopLeftPosition in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php - * Set the Top Left position for the chart * *
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php, line 502
Class
- PHPExcel_Chart
- PHPExcel_Chart
Code
public function setTopLeftYOffset($yOffset) {
$this->_topLeftYOffset = $yOffset;
return $this;
}