getAxisX() public method

Get Axis X
public getAxisX ( ) : Axis
return Axis
Example #1
0
 public function testConstruct()
 {
     $object = new PlotArea();
     $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Chart\\Axis', $object->getAxisX());
     $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Chart\\Axis', $object->getAxisY());
 }