116 if (isset($layout[
'layoutTarget'])) {
117 $this->layoutTarget = $layout[
'layoutTarget'];
119 if (isset($layout[
'xMode'])) {
120 $this->xMode = $layout[
'xMode'];
122 if (isset($layout[
'yMode'])) {
123 $this->yMode = $layout[
'yMode'];
125 if (isset($layout[
'x'])) {
126 $this->xPos = (float) $layout[
'x'];
128 if (isset($layout[
'y'])) {
129 $this->yPos = (float) $layout[
'y'];
131 if (isset($layout[
'w'])) {
132 $this->width = (float) $layout[
'w'];
134 if (isset($layout[
'h'])) {
135 $this->height = (float) $layout[
'h'];
158 $this->layoutTarget = $value;
182 $this->xMode = (string) $value;
206 $this->yMode = (string) $value;
230 $this->xPos = (float) $value;
254 $this->yPos = (float) $value;
278 $this->width = $value;
302 $this->height = $value;
327 $this->showLegendKey = $value;
352 $this->showVal = $value;
377 $this->showCatName = $value;
402 $this->showSerName = $value;
427 $this->showPercent = $value;
452 $this->showBubbleSize = $value;
477 $this->showLeaderLines = $value;
An exception for terminatinating execution or to throw for unit testing.
getShowLegendKey()
Get show legend key.
getShowVal()
Get show value.
setShowLegendKey($value)
Set show legend key Specifies that legend keys should be shown in data labels.
getYPosition()
Get Y-Position.
getShowSerName()
Get show data series name.
setShowPercent($value)
Set show percentage Specifies that the percentage should be shown in data labels.
getShowPercent()
Get show percentage.
getShowCatName()
Get show category name.
getShowBubbleSize()
Get show bubble size.
setShowBubbleSize($value)
Set show bubble size Specifies that the bubble size should be shown in data labels.
setHeight($value)
Set Height.
setShowCatName($value)
Set show cat name Specifies that the category name should be shown in data labels.
setYPosition($value)
Set Y-Position.
getXPosition()
Get X-Position.
setXMode($value)
Set X-Mode.
__construct(array $layout=[])
Create a new Layout.
setShowSerName($value)
Set show ser name Specifies that the series name should be shown in data labels.
setShowVal($value)
Set show val Specifies that the value should be shown in data labels.
setShowLeaderLines($value)
Set show leader lines Specifies that leader lines should be shown in data labels.
setLayoutTarget($value)
Set Layout Target.
setYMode($value)
Set Y-Mode.
getLayoutTarget()
Get Layout Target.
setXPosition($value)
Set X-Position.
getShowLeaderLines()
Get show leader lines.
setWidth($value)
Set Width.