getAxisX() публичный Метод

Get Axis X
public getAxisX ( ) : Axis
Результат Axis
Пример #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());
 }