PHPExcel_Chart_Layout
| category | PHPExcel |
|---|---|
| package | PHPExcel_Chart |
| copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__construct($layout)
getHeight() : \number
\numbergetLayoutTarget() : string
stringgetShowBubbleSize() : boolean
booleangetShowCatName() : boolean
booleangetShowLeaderLines() : boolean
booleangetShowLegendKey() : boolean
booleangetShowPercent() : boolean
booleangetShowSerName() : boolean
booleangetShowVal() : boolean
booleangetWidth() : \number
\numbergetXMode() : string
stringgetXPosition() : \number
\numbergetYMode() : string
stringgetYPosition() : \number
\numbersetShowBubbleSize(boolean $value) : \PHPExcel_Chart_Layout
setShowCatName(boolean $value) : \PHPExcel_Chart_Layout
setShowLeaderLines(boolean $value) : \PHPExcel_Chart_Layout
setShowLegendKey(boolean $value) : \PHPExcel_Chart_Layout
setShowPercent(boolean $value) : \PHPExcel_Chart_Layout
setShowSerName(boolean $value) : \PHPExcel_Chart_Layout
setShowVal(boolean $value) : \PHPExcel_Chart_Layout
$_height : float
$_layoutTarget : string
$_showBubbleSize : boolean
$_showCatName : boolean
$_showLeaderLines : boolean
$_showLegendKey : boolean
$_showPercent : boolean
$_showSerName : boolean
$_showVal : boolean
$_width : float
$_xMode : string
$_xPos : float
$_yMode : string
$_yPos : float