148 if (isset(
$layout[
'layoutTarget'])) { $this->_layoutTarget =
$layout[
'layoutTarget']; }
149 if (isset(
$layout[
'xMode'])) { $this->_xMode =
$layout[
'xMode']; }
150 if (isset(
$layout[
'yMode'])) { $this->_yMode =
$layout[
'yMode']; }
153 if (isset(
$layout[
'w'])) { $this->_width = (float)
$layout[
'w']; }
154 if (isset(
$layout[
'h'])) { $this->_height = (float)
$layout[
'h']; }
173 $this->_layoutTarget = $value;
193 $this->_xMode = $value;
213 $this->_yMode = $value;
233 $this->_xPos = $value;
253 $this->_yPos = $value;
273 $this->_width = $value;
293 $this->_height = $value;
315 $this->_showLegendKey = $value;
336 $this->_showVal = $value;
357 $this->_showCatName = $value;
378 $this->_showSerName = $value;
399 $this->_showPercent = $value;
420 $this->_showBubbleSize = $value;
441 $this->_showLeaderLines = $value;
An exception for terminatinating execution or to throw for unit testing.
getShowBubbleSize()
Get show bubble size.
getShowLeaderLines()
Get show leader lines.
getShowSerName()
Get show data series name.
getShowPercent()
Get show percentage.
setShowBubbleSize($value)
getLayoutTarget()
Get Layout Target.
getShowVal()
Get show value.
__construct($layout=array())
Create a new PHPExcel_Chart_Layout.
getShowCatName()
Get show category name.
getYPosition()
Get Y-Position.
getShowLegendKey()
Get show legend key.
getXPosition()
Get X-Position.
setShowLeaderLines($value)