You are here

public function PHPExcel_Chart::setTopLeftXOffset in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::setTopLeftXOffset()
2 calls to PHPExcel_Chart::setTopLeftXOffset()
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 492

Class

PHPExcel_Chart
PHPExcel_Chart

Code

public function setTopLeftXOffset($xOffset) {
  $this->_topLeftXOffset = $xOffset;
  return $this;
}