public function PHPExcel_Chart::setBottomRightXOffset in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::setBottomRightXOffset()
2 calls to PHPExcel_Chart::setBottomRightXOffset()
- 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 584
Class
- PHPExcel_Chart
- PHPExcel_Chart
Code
public function setBottomRightXOffset($xOffset) {
$this->_bottomRightXOffset = $xOffset;
return $this;
}