PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractTypeBar::setBarDirection PHP Méthode

setBarDirection() public méthode

Set bar orientation
public setBarDirection ( string $value = self::DIRECTION_VERTICAL ) : PhpOffice\PhpPresentation\Shape\Chart\Type\Bar
$value string
Résultat PhpOffice\PhpPresentation\Shape\Chart\Type\Bar
    public function setBarDirection($value = self::DIRECTION_VERTICAL)
    {
        $this->barDirection = $value;
        return $this;
    }