PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractTypeBar::setBarDirection PHP Метод

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

Set bar orientation
public setBarDirection ( string $value = self::DIRECTION_VERTICAL ) : PhpOffice\PhpPresentation\Shape\Chart\Type\Bar
$value string
Результат PhpOffice\PhpPresentation\Shape\Chart\Type\Bar
    public function setBarDirection($value = self::DIRECTION_VERTICAL)
    {
        $this->barDirection = $value;
        return $this;
    }