$showLegendKey $showLegendKey : boolean show legend key Specifies that legend keys should be shown in data labels. Type boolean
$showVal $showVal : boolean show value Specifies that the value should be shown in a data label. Type boolean
$showCatName $showCatName : boolean show category name Specifies that the category name should be shown in the data label. Type boolean
$showSerName $showSerName : boolean show data series name Specifies that the series name should be shown in the data label. Type boolean
$showPercent $showPercent : boolean show percentage Specifies that the percentage should be shown in the data label. Type boolean
$showLeaderLines $showLeaderLines : boolean show leader lines Specifies that leader lines should be shown for the data label. Type boolean
setLayoutTarget() setLayoutTarget(string $value) : $this Set Layout Target. Parameters string $value Returns $this
getXPosition() getXPosition() : \PhpOffice\PhpSpreadsheet\Chart\number Get X-Position. Returns \PhpOffice\PhpSpreadsheet\Chart\number
setXPosition() setXPosition(float $value) : $this Set X-Position. Parameters float $value Returns $this
getYPosition() getYPosition() : \PhpOffice\PhpSpreadsheet\Chart\number Get Y-Position. Returns \PhpOffice\PhpSpreadsheet\Chart\number
setYPosition() setYPosition(float $value) : $this Set Y-Position. Parameters float $value Returns $this
getWidth() getWidth() : \PhpOffice\PhpSpreadsheet\Chart\number Get Width. Returns \PhpOffice\PhpSpreadsheet\Chart\number
getHeight() getHeight() : \PhpOffice\PhpSpreadsheet\Chart\number Get Height. Returns \PhpOffice\PhpSpreadsheet\Chart\number
setShowLegendKey() setShowLegendKey(boolean $value) : $this Set show legend key Specifies that legend keys should be shown in data labels. Parameters boolean $value Show legend key Returns $this
setShowVal() setShowVal(boolean $value) : $this Set show val Specifies that the value should be shown in data labels. Parameters boolean $value Show val Returns $this
setShowCatName() setShowCatName(boolean $value) : $this Set show cat name Specifies that the category name should be shown in data labels. Parameters boolean $value Show cat name Returns $this
setShowSerName() setShowSerName(boolean $value) : $this Set show ser name Specifies that the series name should be shown in data labels. Parameters boolean $value Show series name Returns $this
setShowPercent() setShowPercent(boolean $value) : $this Set show percentage Specifies that the percentage should be shown in data labels. Parameters boolean $value Show percentage Returns $this
setShowBubbleSize() setShowBubbleSize(boolean $value) : $this Set show bubble size Specifies that the bubble size should be shown in data labels. Parameters boolean $value Show bubble size Returns $this
setShowLeaderLines() setShowLeaderLines(boolean $value) : $this Set show leader lines Specifies that leader lines should be shown in data labels. Parameters boolean $value Show leader lines Returns $this