PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractType::setData PHP Method

setData() public method

Set Data
Deprecation: setSeries
public setData ( $value = [] )
    public function setData($value = array())
    {
        return $this->setSeries($value);
    }