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

__construct() public method

Create a new \PhpOffice\PhpPresentation\Shape\Chart\PlotArea instance
public __construct ( )
    public function __construct()
    {
        $this->type = null;
        $this->axisX = new Axis();
        $this->axisY = new Axis();
    }