PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractType::setSeries PHP Метод

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

Set Series
public setSeries ( array $value = [] ) : self
$value array Array of \PhpOffice\PhpPresentation\Shape\Chart\Series
Результат self
    public function setSeries($value = array())
    {
        $this->data = $value;
        return $this;
    }