PHP Class PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractTypeBar

Inheritance: extends AbstractType
Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Protected Properties

Свойство Type Description
$barDirection string Orientation of bars
$barGrouping string Grouping of bars

Méthodes publiques

Méthode Description
getBarDirection ( ) : string Get orientation
getBarGrouping ( ) : string Get grouping (stack or expanded style bar)
getHashCode ( ) : string Get hash code
setBarDirection ( string $value = self::DIRECTION_VERTICAL ) : PhpOffice\PhpPresentation\Shape\Chart\Type\Bar Set bar orientation
setBarGrouping ( string $value = self::GROUPING_CLUSTERED ) : PhpOffice\PhpPresentation\Shape\Chart\Type\Bar Set bar grouping (stack or expanded style bar)

Method Details

getBarDirection() public méthode

Get orientation
public getBarDirection ( ) : string
Résultat string

getBarGrouping() public méthode

Get grouping (stack or expanded style bar)
public getBarGrouping ( ) : string
Résultat string

getHashCode() public méthode

Get hash code
public getHashCode ( ) : string
Résultat string Hash code

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

setBarGrouping() public méthode

Set bar grouping (stack or expanded style bar)
public setBarGrouping ( string $value = self::GROUPING_CLUSTERED ) : PhpOffice\PhpPresentation\Shape\Chart\Type\Bar
$value string
Résultat PhpOffice\PhpPresentation\Shape\Chart\Type\Bar

Property Details

$barDirection protected_oe property

Orientation of bars
protected string $barDirection
Résultat string

$barGrouping protected_oe property

Grouping of bars
protected string $barGrouping
Résultat string