PhpOffice\PhpPresentation\Shape\Chart\Axis::__construct PHP Method

__construct() public method

Create a new \PhpOffice\PhpPresentation\Shape\Chart\Axis instance
public __construct ( string $title = 'Axis Title' )
$title string Title
    public function __construct($title = 'Axis Title')
    {
        $this->title = $title;
        $this->font = new Font();
    }