public function PHPExcel_Chart::setBottomRightYOffset in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::setBottomRightYOffset()
2 calls to PHPExcel_Chart::setBottomRightYOffset()
- PHPExcel_Chart::setBottomRightOffset in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php - * Set the offset position within the Bottom Right cell for the chart * *
- PHPExcel_Chart::setBottomRightPosition in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php - * Set the Bottom Right position of the chart * *
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php, line 594
Class
- PHPExcel_Chart
- PHPExcel_Chart
Code
public function setBottomRightYOffset($yOffset) {
$this->_bottomRightYOffset = $yOffset;
return $this;
}