You are here

public function PHPExcel_Chart_Layout::setXPosition in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Layout.php \PHPExcel_Chart_Layout::setXPosition()

* Set X-Position * *

Parameters

X-Position $value:

Return value

PHPExcel_Chart_Layout

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Layout.php, line 232

Class

PHPExcel_Chart_Layout
PHPExcel_Chart_Layout

Code

public function setXPosition($value) {
  $this->_xPos = $value;
  return $this;
}