You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PHPExcel_Chart.html 48 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783
  1. <!DOCTYPE html><html lang="en">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
  5. <meta charset="utf-8">
  6. <title>PHPExcel classes » \PHPExcel_Chart</title>
  7. <meta name="author" content="Mike van Riel">
  8. <meta name="description" content="">
  9. <link href="../css/template.css" rel="stylesheet" media="all">
  10. <script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="../js/bootstrap.js" type="text/javascript"></script><script src="../js/template.js" type="text/javascript"></script><script src="../js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="../img/favicon.ico">
  11. <link rel="apple-touch-icon" href="../img/apple-touch-icon.png">
  12. <link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png">
  13. <link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png">
  14. </head>
  15. <body>
  16. <div class="navbar navbar-fixed-top">
  17. <div class="navbar-inner"><div class="container">
  18. <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="../index.html">PHPExcel classes</a><div class="nav-collapse"><ul class="nav">
  19. <li class="dropdown">
  20. <a href="#api" class="dropdown-toggle" data-toggle="dropdown">
  21. API Documentation <b class="caret"></b></a><ul class="dropdown-menu">
  22. <li><a>Packages</a></li>
  23. <li><a href="../packages/Default.html"><i class="icon-folder-open"></i> Default</a></li>
  24. <li><a href="../packages/JAMA.html"><i class="icon-folder-open"></i> JAMA</a></li>
  25. <li><a href="../packages/JAMA%0D%0ACholesky%20decomposition%20class%0D%0AFor%20a%20symmetric,%20positive%20definite%20matrix%20A,%20the%20Cholesky%20decomposition%0D%0Ais%20an%20lower%20triangular%20matrix%20L%20so%20that%20A%20=%20L*L'.html"><i class="icon-folder-open"></i> JAMA
  26. Cholesky decomposition class
  27. For a symmetric, positive definite matrix A, the Cholesky decomposition
  28. is an lower triangular matrix L so that A = L*L'</a></li>
  29. <li><a href="../packages/JAMA%0D%0AClass%20to%20obtain%20eigenvalues%20and%20eigenvectors%20of%20a%20real%20matrix.html"><i class="icon-folder-open"></i> JAMA
  30. Class to obtain eigenvalues and eigenvectors of a real matrix</a></li>
  31. <li><a href="../packages/JAMA%0D%0AError%20handling.html"><i class="icon-folder-open"></i> JAMA
  32. Error handling</a></li>
  33. <li><a href="../packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20LU%20decomposition%20is%20an%20m-by-n%0D%0Aunit%20lower%20triangular%20matrix%20L,%20an%20n-by-n%20upper%20triangular%20matrix%20U,%0D%0Aand%20a%20permutation%20vector%20piv%20of%20length%20m%20so%20that%20A(piv,:)%20=%20L*U.html"><i class="icon-folder-open"></i> JAMA
  34. For an m-by-n matrix A with m &gt;= n, the LU decomposition is an m-by-n
  35. unit lower triangular matrix L, an n-by-n upper triangular matrix U,
  36. and a permutation vector piv of length m so that A(piv,:) = L*U</a></li>
  37. <li><a href="../packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20QR%20decomposition%20is%20an%20m-by-n%0D%0Aorthogonal%20matrix%20Q%20and%20an%20n-by-n%20upper%20triangular%20matrix%20R%20so%20that%0D%0AA%20=%20Q*R.html"><i class="icon-folder-open"></i> JAMA
  38. For an m-by-n matrix A with m &gt;= n, the QR decomposition is an m-by-n
  39. orthogonal matrix Q and an n-by-n upper triangular matrix R so that
  40. A = Q*R</a></li>
  41. <li><a href="../packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20singular%20value%20decomposition%20is%0D%0Aan%20m-by-n%20orthogonal%20matrix%20U,%20an%20n-by-n%20diagonal%20matrix%20S,%20and%0D%0Aan%20n-by-n%20orthogonal%20matrix%20V%20so%20that%20A%20=%20U*S*V'.html"><i class="icon-folder-open"></i> JAMA
  42. For an m-by-n matrix A with m &gt;= n, the singular value decomposition is
  43. an m-by-n orthogonal matrix U, an n-by-n diagonal matrix S, and
  44. an n-by-n orthogonal matrix V so that A = U*S*V'</a></li>
  45. <li><a href="../packages/JAMA%0D%0APythagorean%20Theorem:%0D%0Aa%20=%203%0D%0Ab%20=%204%0D%0Ar%20=%20sqrt(square(a)%20+%20square(b))%0D%0Ar%20=%205%0D%0Ar%20=%20sqrt(a%5E2%20+%20b%5E2)%20without%20under.overflow.html"><i class="icon-folder-open"></i> JAMA
  46. Pythagorean Theorem:
  47. a = 3
  48. b = 4
  49. r = sqrt(square(a) + square(b))
  50. r = 5
  51. r = sqrt(a^2 + b^2) without under/overflow</a></li>
  52. <li><a href="../packages/PHPExcel.html"><i class="icon-folder-open"></i> PHPExcel</a></li>
  53. </ul>
  54. </li>
  55. <li class="dropdown" id="charts-menu">
  56. <a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
  57. Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="../graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul>
  58. </li>
  59. <li class="dropdown" id="reports-menu">
  60. <a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
  61. Reports <b class="caret"></b></a><ul class="dropdown-menu">
  62. <li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors 
  63. <span class="label label-info">551</span></a></li>
  64. <li><a href="../markers.html"><i class="icon-map-marker"></i> Markers 
  65. <ul>
  66. <li>todo 
  67. <span class="label label-info">19</span>
  68. </li>
  69. <li>fixme 
  70. <span class="label label-info">10</span>
  71. </li>
  72. </ul></a></li>
  73. <li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements 
  74. <span class="label label-info">12</span></a></li>
  75. </ul>
  76. </li>
  77. </ul></div>
  78. </div></div>
  79. <div class="go_to_top"><a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a></div>
  80. </div>
  81. <div id="___" class="container">
  82. <noscript><div class="alert alert-warning">
  83. Javascript is disabled; several features are only available
  84. if Javascript is enabled.
  85. </div></noscript>
  86. <div class="row">
  87. <div class="span4">
  88. <span class="btn-group visibility" data-toggle="buttons-checkbox"><button class="btn public active" title="Show public elements">Public</button><button class="btn protected" title="Show protected elements">Protected</button><button class="btn private" title="Show private elements">Private</button><button class="btn inherited active" title="Show inherited elements">Inherited</button></span><div class="btn-group view pull-right" data-toggle="buttons-radio">
  89. <button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button>
  90. </div>
  91. <ul class="side-nav nav nav-list">
  92. <li class="nav-header">
  93. <i class="icon-custom icon-method"></i> Methods
  94. <ul>
  95. <li class="method public "><a href="#method___construct" title="__construct :: Create a new PHPExcel_Chart"><span class="description">Create a new PHPExcel_Chart</span><pre>__construct()</pre></a></li>
  96. <li class="method public "><a href="#method_getBottomRightCell" title="getBottomRightCell :: Get the cell address where the bottom right of the chart is fixed"><span class="description">Get the cell address where the bottom right of the chart is fixed</span><pre>getBottomRightCell()</pre></a></li>
  97. <li class="method public "><a href="#method_getBottomRightOffset" title="getBottomRightOffset :: Get the offset position within the Bottom Right cell for the chart"><span class="description">Get the offset position within the Bottom Right cell for the chart</span><pre>getBottomRightOffset()</pre></a></li>
  98. <li class="method public "><a href="#method_getBottomRightPosition" title="getBottomRightPosition :: Get the bottom right position of the chart"><span class="description">Get the bottom right position of the chart</span><pre>getBottomRightPosition()</pre></a></li>
  99. <li class="method public "><a href="#method_getBottomRightXOffset" title="getBottomRightXOffset :: "><span class="description">getBottomRightXOffset()
  100. </span><pre>getBottomRightXOffset()</pre></a></li>
  101. <li class="method public "><a href="#method_getBottomRightYOffset" title="getBottomRightYOffset :: "><span class="description">getBottomRightYOffset()
  102. </span><pre>getBottomRightYOffset()</pre></a></li>
  103. <li class="method public "><a href="#method_getDisplayBlanksAs" title="getDisplayBlanksAs :: Get Display Blanks as"><span class="description">Get Display Blanks as</span><pre>getDisplayBlanksAs()</pre></a></li>
  104. <li class="method public "><a href="#method_getLegend" title="getLegend :: Get Legend"><span class="description">Get Legend</span><pre>getLegend()</pre></a></li>
  105. <li class="method public "><a href="#method_getName" title="getName :: Get Name"><span class="description">Get Name</span><pre>getName()</pre></a></li>
  106. <li class="method public "><a href="#method_getPlotArea" title="getPlotArea :: Get Plot Area"><span class="description">Get Plot Area</span><pre>getPlotArea()</pre></a></li>
  107. <li class="method public "><a href="#method_getPlotVisibleOnly" title="getPlotVisibleOnly :: Get Plot Visible Only"><span class="description">Get Plot Visible Only</span><pre>getPlotVisibleOnly()</pre></a></li>
  108. <li class="method public "><a href="#method_getTitle" title="getTitle :: Get Title"><span class="description">Get Title</span><pre>getTitle()</pre></a></li>
  109. <li class="method public "><a href="#method_getTopLeftCell" title="getTopLeftCell :: Get the cell address where the top left of the chart is fixed"><span class="description">Get the cell address where the top left of the chart is fixed</span><pre>getTopLeftCell()</pre></a></li>
  110. <li class="method public "><a href="#method_getTopLeftOffset" title="getTopLeftOffset :: Get the offset position within the Top Left cell for the chart"><span class="description">Get the offset position within the Top Left cell for the chart</span><pre>getTopLeftOffset()</pre></a></li>
  111. <li class="method public "><a href="#method_getTopLeftPosition" title="getTopLeftPosition :: Get the top left position of the chart"><span class="description">Get the top left position of the chart</span><pre>getTopLeftPosition()</pre></a></li>
  112. <li class="method public "><a href="#method_getTopLeftXOffset" title="getTopLeftXOffset :: "><span class="description">getTopLeftXOffset()
  113. </span><pre>getTopLeftXOffset()</pre></a></li>
  114. <li class="method public "><a href="#method_getTopLeftYOffset" title="getTopLeftYOffset :: "><span class="description">getTopLeftYOffset()
  115. </span><pre>getTopLeftYOffset()</pre></a></li>
  116. <li class="method public "><a href="#method_getWorksheet" title="getWorksheet :: Get Worksheet"><span class="description">Get Worksheet</span><pre>getWorksheet()</pre></a></li>
  117. <li class="method public "><a href="#method_getXAxisLabel" title="getXAxisLabel :: Get X-Axis Label"><span class="description">Get X-Axis Label</span><pre>getXAxisLabel()</pre></a></li>
  118. <li class="method public "><a href="#method_getYAxisLabel" title="getYAxisLabel :: Get Y-Axis Label"><span class="description">Get Y-Axis Label</span><pre>getYAxisLabel()</pre></a></li>
  119. <li class="method public "><a href="#method_refresh" title="refresh :: "><span class="description">refresh()
  120. </span><pre>refresh()</pre></a></li>
  121. <li class="method public "><a href="#method_render" title="render :: "><span class="description">render()
  122. </span><pre>render()</pre></a></li>
  123. <li class="method public "><a href="#method_setBottomRightCell" title="setBottomRightCell :: "><span class="description">setBottomRightCell()
  124. </span><pre>setBottomRightCell()</pre></a></li>
  125. <li class="method public "><a href="#method_setBottomRightOffset" title="setBottomRightOffset :: Set the offset position within the Bottom Right cell for the chart"><span class="description">Set the offset position within the Bottom Right cell for the chart</span><pre>setBottomRightOffset()</pre></a></li>
  126. <li class="method public "><a href="#method_setBottomRightPosition" title="setBottomRightPosition :: Set the Bottom Right position of the chart"><span class="description">Set the Bottom Right position of the chart</span><pre>setBottomRightPosition()</pre></a></li>
  127. <li class="method public "><a href="#method_setBottomRightXOffset" title="setBottomRightXOffset :: "><span class="description">setBottomRightXOffset()
  128. </span><pre>setBottomRightXOffset()</pre></a></li>
  129. <li class="method public "><a href="#method_setBottomRightYOffset" title="setBottomRightYOffset :: "><span class="description">setBottomRightYOffset()
  130. </span><pre>setBottomRightYOffset()</pre></a></li>
  131. <li class="method public "><a href="#method_setDisplayBlanksAs" title="setDisplayBlanksAs :: Set Display Blanks as"><span class="description">Set Display Blanks as</span><pre>setDisplayBlanksAs()</pre></a></li>
  132. <li class="method public "><a href="#method_setLegend" title="setLegend :: Set Legend"><span class="description">Set Legend</span><pre>setLegend()</pre></a></li>
  133. <li class="method public "><a href="#method_setPlotVisibleOnly" title="setPlotVisibleOnly :: Set Plot Visible Only"><span class="description">Set Plot Visible Only</span><pre>setPlotVisibleOnly()</pre></a></li>
  134. <li class="method public "><a href="#method_setTitle" title="setTitle :: Set Title"><span class="description">Set Title</span><pre>setTitle()</pre></a></li>
  135. <li class="method public "><a href="#method_setTopLeftCell" title="setTopLeftCell :: Set the Top Left cell position for the chart"><span class="description">Set the Top Left cell position for the chart</span><pre>setTopLeftCell()</pre></a></li>
  136. <li class="method public "><a href="#method_setTopLeftOffset" title="setTopLeftOffset :: Set the offset position within the Top Left cell for the chart"><span class="description">Set the offset position within the Top Left cell for the chart</span><pre>setTopLeftOffset()</pre></a></li>
  137. <li class="method public "><a href="#method_setTopLeftPosition" title="setTopLeftPosition :: Set the Top Left position for the chart"><span class="description">Set the Top Left position for the chart</span><pre>setTopLeftPosition()</pre></a></li>
  138. <li class="method public "><a href="#method_setTopLeftXOffset" title="setTopLeftXOffset :: "><span class="description">setTopLeftXOffset()
  139. </span><pre>setTopLeftXOffset()</pre></a></li>
  140. <li class="method public "><a href="#method_setTopLeftYOffset" title="setTopLeftYOffset :: "><span class="description">setTopLeftYOffset()
  141. </span><pre>setTopLeftYOffset()</pre></a></li>
  142. <li class="method public "><a href="#method_setWorksheet" title="setWorksheet :: Set Worksheet"><span class="description">Set Worksheet</span><pre>setWorksheet()</pre></a></li>
  143. <li class="method public "><a href="#method_setXAxisLabel" title="setXAxisLabel :: Set X-Axis Label"><span class="description">Set X-Axis Label</span><pre>setXAxisLabel()</pre></a></li>
  144. <li class="method public "><a href="#method_setYAxisLabel" title="setYAxisLabel :: Set Y-Axis Label"><span class="description">Set Y-Axis Label</span><pre>setYAxisLabel()</pre></a></li>
  145. </ul>
  146. </li>
  147. <li class="nav-header">
  148. <i class="icon-custom icon-property"></i> Properties
  149. <ul></ul>
  150. </li>
  151. <li class="nav-header private">» Private
  152. <ul>
  153. <li class="property private "><a href="#property__bottomRightCellRef" title="$_bottomRightCellRef :: Bottom-Right Cell Position"><span class="description"></span><pre>$_bottomRightCellRef</pre></a></li>
  154. <li class="property private "><a href="#property__bottomRightXOffset" title="$_bottomRightXOffset :: Bottom-Right X-Offset"><span class="description"></span><pre>$_bottomRightXOffset</pre></a></li>
  155. <li class="property private "><a href="#property__bottomRightYOffset" title="$_bottomRightYOffset :: Bottom-Right Y-Offset"><span class="description"></span><pre>$_bottomRightYOffset</pre></a></li>
  156. <li class="property private "><a href="#property__displayBlanksAs" title="$_displayBlanksAs :: Display Blanks as"><span class="description"></span><pre>$_displayBlanksAs</pre></a></li>
  157. <li class="property private "><a href="#property__legend" title="$_legend :: Chart Legend"><span class="description"></span><pre>$_legend</pre></a></li>
  158. <li class="property private "><a href="#property__name" title="$_name :: Chart Name"><span class="description"></span><pre>$_name</pre></a></li>
  159. <li class="property private "><a href="#property__plotArea" title="$_plotArea :: Chart Plot Area"><span class="description"></span><pre>$_plotArea</pre></a></li>
  160. <li class="property private "><a href="#property__plotVisibleOnly" title="$_plotVisibleOnly :: Plot Visible Only"><span class="description"></span><pre>$_plotVisibleOnly</pre></a></li>
  161. <li class="property private "><a href="#property__title" title="$_title :: Chart Title"><span class="description"></span><pre>$_title</pre></a></li>
  162. <li class="property private "><a href="#property__topLeftCellRef" title="$_topLeftCellRef :: Top-Left Cell Position"><span class="description"></span><pre>$_topLeftCellRef</pre></a></li>
  163. <li class="property private "><a href="#property__topLeftXOffset" title="$_topLeftXOffset :: Top-Left X-Offset"><span class="description"></span><pre>$_topLeftXOffset</pre></a></li>
  164. <li class="property private "><a href="#property__topLeftYOffset" title="$_topLeftYOffset :: Top-Left Y-Offset"><span class="description"></span><pre>$_topLeftYOffset</pre></a></li>
  165. <li class="property private "><a href="#property__worksheet" title="$_worksheet :: Worksheet"><span class="description"></span><pre>$_worksheet</pre></a></li>
  166. <li class="property private "><a href="#property__xAxisLabel" title="$_xAxisLabel :: X-Axis Label"><span class="description"></span><pre>$_xAxisLabel</pre></a></li>
  167. <li class="property private "><a href="#property__yAxisLabel" title="$_yAxisLabel :: Y-Axis Label"><span class="description"></span><pre>$_yAxisLabel</pre></a></li>
  168. </ul>
  169. </li>
  170. </ul>
  171. </div>
  172. <div class="span8">
  173. <a id="\PHPExcel_Chart"></a><ul class="breadcrumb">
  174. <li>
  175. <a href="../index.html"><i class="icon-custom icon-class"></i></a><span class="divider">\</span>
  176. </li>
  177. <li><a href="../namespaces/global.html">global</a></li>
  178. <li class="active">
  179. <span class="divider">\</span><a href="../classes/PHPExcel_Chart.html">PHPExcel_Chart</a>
  180. </li>
  181. </ul>
  182. <div class="element class">
  183. <p class="short_description">PHPExcel_Chart</p>
  184. <div class="details">
  185. <div class="long_description"></div>
  186. <table class="table table-bordered">
  187. <tr>
  188. <th>category</th>
  189. <td>PHPExcel</td>
  190. </tr>
  191. <tr>
  192. <th>package</th>
  193. <td><a href="../packages/PHPExcel.Chart.html">PHPExcel_Chart</a></td>
  194. </tr>
  195. <tr>
  196. <th>copyright</th>
  197. <td>Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)</td>
  198. </tr>
  199. </table>
  200. <h3>
  201. <i class="icon-custom icon-method"></i> Methods</h3>
  202. <a id="method___construct"></a><div class="element clickable method public method___construct" data-toggle="collapse" data-target=".method___construct .collapse">
  203. <h2>Create a new PHPExcel_Chart</h2>
  204. <pre>__construct($name, \PHPExcel_Chart_Title $title, \PHPExcel_Chart_Legend $legend, \PHPExcel_Chart_PlotArea $plotArea, $plotVisibleOnly, $displayBlanksAs, \PHPExcel_Chart_Title $xAxisLabel, \PHPExcel_Chart_Title $yAxisLabel) </pre>
  205. <div class="labels"></div>
  206. <div class="row collapse"><div class="detail-description">
  207. <div class="long_description"></div>
  208. <h3>Parameters</h3>
  209. <div class="subelement argument"><h4>$name</h4></div>
  210. <div class="subelement argument"><h4>$title</h4></div>
  211. <div class="subelement argument"><h4>$legend</h4></div>
  212. <div class="subelement argument"><h4>$plotArea</h4></div>
  213. <div class="subelement argument"><h4>$plotVisibleOnly</h4></div>
  214. <div class="subelement argument"><h4>$displayBlanksAs</h4></div>
  215. <div class="subelement argument"><h4>$xAxisLabel</h4></div>
  216. <div class="subelement argument"><h4>$yAxisLabel</h4></div>
  217. </div></div>
  218. </div>
  219. <a id="method_getBottomRightCell"></a><div class="element clickable method public method_getBottomRightCell" data-toggle="collapse" data-target=".method_getBottomRightCell .collapse">
  220. <h2>Get the cell address where the bottom right of the chart is fixed</h2>
  221. <pre>getBottomRightCell() : string</pre>
  222. <div class="labels"></div>
  223. <div class="row collapse"><div class="detail-description">
  224. <div class="long_description"></div>
  225. <h3>Returns</h3>
  226. <div class="subelement response"><code>string</code></div>
  227. </div></div>
  228. </div>
  229. <a id="method_getBottomRightOffset"></a><div class="element clickable method public method_getBottomRightOffset" data-toggle="collapse" data-target=".method_getBottomRightOffset .collapse">
  230. <h2>Get the offset position within the Bottom Right cell for the chart</h2>
  231. <pre>getBottomRightOffset() : integer[]</pre>
  232. <div class="labels"></div>
  233. <div class="row collapse"><div class="detail-description">
  234. <div class="long_description"></div>
  235. <h3>Returns</h3>
  236. <div class="subelement response"><code>integer[]</code></div>
  237. </div></div>
  238. </div>
  239. <a id="method_getBottomRightPosition"></a><div class="element clickable method public method_getBottomRightPosition" data-toggle="collapse" data-target=".method_getBottomRightPosition .collapse">
  240. <h2>Get the bottom right position of the chart</h2>
  241. <pre>getBottomRightPosition() : array</pre>
  242. <div class="labels"></div>
  243. <div class="row collapse"><div class="detail-description">
  244. <div class="long_description"></div>
  245. <h3>Returns</h3>
  246. <div class="subelement response">
  247. <code>array</code>an associative array containing the cell address, X-Offset and Y-Offset from the top left of that cell</div>
  248. </div></div>
  249. </div>
  250. <a id="method_getBottomRightXOffset"></a><div class="element clickable method public method_getBottomRightXOffset" data-toggle="collapse" data-target=".method_getBottomRightXOffset .collapse">
  251. <h2>getBottomRightXOffset()
  252. </h2>
  253. <pre>getBottomRightXOffset() </pre>
  254. <div class="labels"></div>
  255. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  256. </div>
  257. <a id="method_getBottomRightYOffset"></a><div class="element clickable method public method_getBottomRightYOffset" data-toggle="collapse" data-target=".method_getBottomRightYOffset .collapse">
  258. <h2>getBottomRightYOffset()
  259. </h2>
  260. <pre>getBottomRightYOffset() </pre>
  261. <div class="labels"></div>
  262. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  263. </div>
  264. <a id="method_getDisplayBlanksAs"></a><div class="element clickable method public method_getDisplayBlanksAs" data-toggle="collapse" data-target=".method_getDisplayBlanksAs .collapse">
  265. <h2>Get Display Blanks as</h2>
  266. <pre>getDisplayBlanksAs() : string</pre>
  267. <div class="labels"></div>
  268. <div class="row collapse"><div class="detail-description">
  269. <div class="long_description"></div>
  270. <h3>Returns</h3>
  271. <div class="subelement response"><code>string</code></div>
  272. </div></div>
  273. </div>
  274. <a id="method_getLegend"></a><div class="element clickable method public method_getLegend" data-toggle="collapse" data-target=".method_getLegend .collapse">
  275. <h2>Get Legend</h2>
  276. <pre>getLegend() : <a href="../classes/PHPExcel_Chart_Legend.html">\PHPExcel_Chart_Legend</a></pre>
  277. <div class="labels"></div>
  278. <div class="row collapse"><div class="detail-description">
  279. <div class="long_description"></div>
  280. <h3>Returns</h3>
  281. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart_Legend.html">\PHPExcel_Chart_Legend</a></code></div>
  282. </div></div>
  283. </div>
  284. <a id="method_getName"></a><div class="element clickable method public method_getName" data-toggle="collapse" data-target=".method_getName .collapse">
  285. <h2>Get Name</h2>
  286. <pre>getName() : string</pre>
  287. <div class="labels"></div>
  288. <div class="row collapse"><div class="detail-description">
  289. <div class="long_description"></div>
  290. <h3>Returns</h3>
  291. <div class="subelement response"><code>string</code></div>
  292. </div></div>
  293. </div>
  294. <a id="method_getPlotArea"></a><div class="element clickable method public method_getPlotArea" data-toggle="collapse" data-target=".method_getPlotArea .collapse">
  295. <h2>Get Plot Area</h2>
  296. <pre>getPlotArea() : <a href="../classes/PHPExcel_Chart_PlotArea.html">\PHPExcel_Chart_PlotArea</a></pre>
  297. <div class="labels"></div>
  298. <div class="row collapse"><div class="detail-description">
  299. <div class="long_description"></div>
  300. <h3>Returns</h3>
  301. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart_PlotArea.html">\PHPExcel_Chart_PlotArea</a></code></div>
  302. </div></div>
  303. </div>
  304. <a id="method_getPlotVisibleOnly"></a><div class="element clickable method public method_getPlotVisibleOnly" data-toggle="collapse" data-target=".method_getPlotVisibleOnly .collapse">
  305. <h2>Get Plot Visible Only</h2>
  306. <pre>getPlotVisibleOnly() : boolean</pre>
  307. <div class="labels"></div>
  308. <div class="row collapse"><div class="detail-description">
  309. <div class="long_description"></div>
  310. <h3>Returns</h3>
  311. <div class="subelement response"><code>boolean</code></div>
  312. </div></div>
  313. </div>
  314. <a id="method_getTitle"></a><div class="element clickable method public method_getTitle" data-toggle="collapse" data-target=".method_getTitle .collapse">
  315. <h2>Get Title</h2>
  316. <pre>getTitle() : <a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></pre>
  317. <div class="labels"></div>
  318. <div class="row collapse"><div class="detail-description">
  319. <div class="long_description"></div>
  320. <h3>Returns</h3>
  321. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></code></div>
  322. </div></div>
  323. </div>
  324. <a id="method_getTopLeftCell"></a><div class="element clickable method public method_getTopLeftCell" data-toggle="collapse" data-target=".method_getTopLeftCell .collapse">
  325. <h2>Get the cell address where the top left of the chart is fixed</h2>
  326. <pre>getTopLeftCell() : string</pre>
  327. <div class="labels"></div>
  328. <div class="row collapse"><div class="detail-description">
  329. <div class="long_description"></div>
  330. <h3>Returns</h3>
  331. <div class="subelement response"><code>string</code></div>
  332. </div></div>
  333. </div>
  334. <a id="method_getTopLeftOffset"></a><div class="element clickable method public method_getTopLeftOffset" data-toggle="collapse" data-target=".method_getTopLeftOffset .collapse">
  335. <h2>Get the offset position within the Top Left cell for the chart</h2>
  336. <pre>getTopLeftOffset() : integer[]</pre>
  337. <div class="labels"></div>
  338. <div class="row collapse"><div class="detail-description">
  339. <div class="long_description"></div>
  340. <h3>Returns</h3>
  341. <div class="subelement response"><code>integer[]</code></div>
  342. </div></div>
  343. </div>
  344. <a id="method_getTopLeftPosition"></a><div class="element clickable method public method_getTopLeftPosition" data-toggle="collapse" data-target=".method_getTopLeftPosition .collapse">
  345. <h2>Get the top left position of the chart</h2>
  346. <pre>getTopLeftPosition() : array</pre>
  347. <div class="labels"></div>
  348. <div class="row collapse"><div class="detail-description">
  349. <div class="long_description"></div>
  350. <h3>Returns</h3>
  351. <div class="subelement response">
  352. <code>array</code>an associative array containing the cell address, X-Offset and Y-Offset from the top left of that cell</div>
  353. </div></div>
  354. </div>
  355. <a id="method_getTopLeftXOffset"></a><div class="element clickable method public method_getTopLeftXOffset" data-toggle="collapse" data-target=".method_getTopLeftXOffset .collapse">
  356. <h2>getTopLeftXOffset()
  357. </h2>
  358. <pre>getTopLeftXOffset() </pre>
  359. <div class="labels"></div>
  360. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  361. </div>
  362. <a id="method_getTopLeftYOffset"></a><div class="element clickable method public method_getTopLeftYOffset" data-toggle="collapse" data-target=".method_getTopLeftYOffset .collapse">
  363. <h2>getTopLeftYOffset()
  364. </h2>
  365. <pre>getTopLeftYOffset() </pre>
  366. <div class="labels"></div>
  367. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  368. </div>
  369. <a id="method_getWorksheet"></a><div class="element clickable method public method_getWorksheet" data-toggle="collapse" data-target=".method_getWorksheet .collapse">
  370. <h2>Get Worksheet</h2>
  371. <pre>getWorksheet() : <a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a></pre>
  372. <div class="labels"></div>
  373. <div class="row collapse"><div class="detail-description">
  374. <div class="long_description"></div>
  375. <h3>Returns</h3>
  376. <div class="subelement response"><code><a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a></code></div>
  377. </div></div>
  378. </div>
  379. <a id="method_getXAxisLabel"></a><div class="element clickable method public method_getXAxisLabel" data-toggle="collapse" data-target=".method_getXAxisLabel .collapse">
  380. <h2>Get X-Axis Label</h2>
  381. <pre>getXAxisLabel() : <a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></pre>
  382. <div class="labels"></div>
  383. <div class="row collapse"><div class="detail-description">
  384. <div class="long_description"></div>
  385. <h3>Returns</h3>
  386. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></code></div>
  387. </div></div>
  388. </div>
  389. <a id="method_getYAxisLabel"></a><div class="element clickable method public method_getYAxisLabel" data-toggle="collapse" data-target=".method_getYAxisLabel .collapse">
  390. <h2>Get Y-Axis Label</h2>
  391. <pre>getYAxisLabel() : <a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></pre>
  392. <div class="labels"></div>
  393. <div class="row collapse"><div class="detail-description">
  394. <div class="long_description"></div>
  395. <h3>Returns</h3>
  396. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></code></div>
  397. </div></div>
  398. </div>
  399. <a id="method_refresh"></a><div class="element clickable method public method_refresh" data-toggle="collapse" data-target=".method_refresh .collapse">
  400. <h2>refresh()
  401. </h2>
  402. <pre>refresh() </pre>
  403. <div class="labels"></div>
  404. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  405. </div>
  406. <a id="method_render"></a><div class="element clickable method public method_render" data-toggle="collapse" data-target=".method_render .collapse">
  407. <h2>render()
  408. </h2>
  409. <pre>render($outputDestination) </pre>
  410. <div class="labels"></div>
  411. <div class="row collapse"><div class="detail-description">
  412. <div class="long_description"></div>
  413. <h3>Parameters</h3>
  414. <div class="subelement argument"><h4>$outputDestination</h4></div>
  415. </div></div>
  416. </div>
  417. <a id="method_setBottomRightCell"></a><div class="element clickable method public method_setBottomRightCell" data-toggle="collapse" data-target=".method_setBottomRightCell .collapse">
  418. <h2>setBottomRightCell()
  419. </h2>
  420. <pre>setBottomRightCell($cell) </pre>
  421. <div class="labels"></div>
  422. <div class="row collapse"><div class="detail-description">
  423. <div class="long_description"></div>
  424. <h3>Parameters</h3>
  425. <div class="subelement argument"><h4>$cell</h4></div>
  426. </div></div>
  427. </div>
  428. <a id="method_setBottomRightOffset"></a><div class="element clickable method public method_setBottomRightOffset" data-toggle="collapse" data-target=".method_setBottomRightOffset .collapse">
  429. <h2>Set the offset position within the Bottom Right cell for the chart</h2>
  430. <pre>setBottomRightOffset(integer $xOffset, integer $yOffset) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  431. <div class="labels"></div>
  432. <div class="row collapse"><div class="detail-description">
  433. <div class="long_description"></div>
  434. <h3>Parameters</h3>
  435. <div class="subelement argument">
  436. <h4>$xOffset</h4>
  437. <code>integer</code>
  438. </div>
  439. <div class="subelement argument">
  440. <h4>$yOffset</h4>
  441. <code>integer</code>
  442. </div>
  443. <h3>Returns</h3>
  444. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  445. </div></div>
  446. </div>
  447. <a id="method_setBottomRightPosition"></a><div class="element clickable method public method_setBottomRightPosition" data-toggle="collapse" data-target=".method_setBottomRightPosition .collapse">
  448. <h2>Set the Bottom Right position of the chart</h2>
  449. <pre>setBottomRightPosition(string $cell, integer $xOffset, integer $yOffset) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  450. <div class="labels"></div>
  451. <div class="row collapse"><div class="detail-description">
  452. <div class="long_description"></div>
  453. <h3>Parameters</h3>
  454. <div class="subelement argument">
  455. <h4>$cell</h4>
  456. <code>string</code>
  457. </div>
  458. <div class="subelement argument">
  459. <h4>$xOffset</h4>
  460. <code>integer</code>
  461. </div>
  462. <div class="subelement argument">
  463. <h4>$yOffset</h4>
  464. <code>integer</code>
  465. </div>
  466. <h3>Returns</h3>
  467. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  468. </div></div>
  469. </div>
  470. <a id="method_setBottomRightXOffset"></a><div class="element clickable method public method_setBottomRightXOffset" data-toggle="collapse" data-target=".method_setBottomRightXOffset .collapse">
  471. <h2>setBottomRightXOffset()
  472. </h2>
  473. <pre>setBottomRightXOffset($xOffset) </pre>
  474. <div class="labels"></div>
  475. <div class="row collapse"><div class="detail-description">
  476. <div class="long_description"></div>
  477. <h3>Parameters</h3>
  478. <div class="subelement argument"><h4>$xOffset</h4></div>
  479. </div></div>
  480. </div>
  481. <a id="method_setBottomRightYOffset"></a><div class="element clickable method public method_setBottomRightYOffset" data-toggle="collapse" data-target=".method_setBottomRightYOffset .collapse">
  482. <h2>setBottomRightYOffset()
  483. </h2>
  484. <pre>setBottomRightYOffset($yOffset) </pre>
  485. <div class="labels"></div>
  486. <div class="row collapse"><div class="detail-description">
  487. <div class="long_description"></div>
  488. <h3>Parameters</h3>
  489. <div class="subelement argument"><h4>$yOffset</h4></div>
  490. </div></div>
  491. </div>
  492. <a id="method_setDisplayBlanksAs"></a><div class="element clickable method public method_setDisplayBlanksAs" data-toggle="collapse" data-target=".method_setDisplayBlanksAs .collapse">
  493. <h2>Set Display Blanks as</h2>
  494. <pre>setDisplayBlanksAs(string $displayBlanksAs) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  495. <div class="labels"></div>
  496. <div class="row collapse"><div class="detail-description">
  497. <div class="long_description"></div>
  498. <h3>Parameters</h3>
  499. <div class="subelement argument">
  500. <h4>$displayBlanksAs</h4>
  501. <code>string</code>
  502. </div>
  503. <h3>Returns</h3>
  504. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  505. </div></div>
  506. </div>
  507. <a id="method_setLegend"></a><div class="element clickable method public method_setLegend" data-toggle="collapse" data-target=".method_setLegend .collapse">
  508. <h2>Set Legend</h2>
  509. <pre>setLegend(\PHPExcel_Chart_Legend $legend) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  510. <div class="labels"></div>
  511. <div class="row collapse"><div class="detail-description">
  512. <div class="long_description"></div>
  513. <h3>Parameters</h3>
  514. <div class="subelement argument">
  515. <h4>$legend</h4>
  516. <code><a href="../classes/PHPExcel_Chart_Legend.html">\PHPExcel_Chart_Legend</a></code>
  517. </div>
  518. <h3>Returns</h3>
  519. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  520. </div></div>
  521. </div>
  522. <a id="method_setPlotVisibleOnly"></a><div class="element clickable method public method_setPlotVisibleOnly" data-toggle="collapse" data-target=".method_setPlotVisibleOnly .collapse">
  523. <h2>Set Plot Visible Only</h2>
  524. <pre>setPlotVisibleOnly(boolean $plotVisibleOnly) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  525. <div class="labels"></div>
  526. <div class="row collapse"><div class="detail-description">
  527. <div class="long_description"></div>
  528. <h3>Parameters</h3>
  529. <div class="subelement argument">
  530. <h4>$plotVisibleOnly</h4>
  531. <code>boolean</code>
  532. </div>
  533. <h3>Returns</h3>
  534. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  535. </div></div>
  536. </div>
  537. <a id="method_setTitle"></a><div class="element clickable method public method_setTitle" data-toggle="collapse" data-target=".method_setTitle .collapse">
  538. <h2>Set Title</h2>
  539. <pre>setTitle(\PHPExcel_Chart_Title $title) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  540. <div class="labels"></div>
  541. <div class="row collapse"><div class="detail-description">
  542. <div class="long_description"></div>
  543. <h3>Parameters</h3>
  544. <div class="subelement argument">
  545. <h4>$title</h4>
  546. <code><a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></code>
  547. </div>
  548. <h3>Returns</h3>
  549. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  550. </div></div>
  551. </div>
  552. <a id="method_setTopLeftCell"></a><div class="element clickable method public method_setTopLeftCell" data-toggle="collapse" data-target=".method_setTopLeftCell .collapse">
  553. <h2>Set the Top Left cell position for the chart</h2>
  554. <pre>setTopLeftCell(string $cell) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  555. <div class="labels"></div>
  556. <div class="row collapse"><div class="detail-description">
  557. <div class="long_description"></div>
  558. <h3>Parameters</h3>
  559. <div class="subelement argument">
  560. <h4>$cell</h4>
  561. <code>string</code>
  562. </div>
  563. <h3>Returns</h3>
  564. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  565. </div></div>
  566. </div>
  567. <a id="method_setTopLeftOffset"></a><div class="element clickable method public method_setTopLeftOffset" data-toggle="collapse" data-target=".method_setTopLeftOffset .collapse">
  568. <h2>Set the offset position within the Top Left cell for the chart</h2>
  569. <pre>setTopLeftOffset(integer $xOffset, integer $yOffset) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  570. <div class="labels"></div>
  571. <div class="row collapse"><div class="detail-description">
  572. <div class="long_description"></div>
  573. <h3>Parameters</h3>
  574. <div class="subelement argument">
  575. <h4>$xOffset</h4>
  576. <code>integer</code>
  577. </div>
  578. <div class="subelement argument">
  579. <h4>$yOffset</h4>
  580. <code>integer</code>
  581. </div>
  582. <h3>Returns</h3>
  583. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  584. </div></div>
  585. </div>
  586. <a id="method_setTopLeftPosition"></a><div class="element clickable method public method_setTopLeftPosition" data-toggle="collapse" data-target=".method_setTopLeftPosition .collapse">
  587. <h2>Set the Top Left position for the chart</h2>
  588. <pre>setTopLeftPosition(string $cell, integer $xOffset, integer $yOffset) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  589. <div class="labels"></div>
  590. <div class="row collapse"><div class="detail-description">
  591. <div class="long_description"></div>
  592. <h3>Parameters</h3>
  593. <div class="subelement argument">
  594. <h4>$cell</h4>
  595. <code>string</code>
  596. </div>
  597. <div class="subelement argument">
  598. <h4>$xOffset</h4>
  599. <code>integer</code>
  600. </div>
  601. <div class="subelement argument">
  602. <h4>$yOffset</h4>
  603. <code>integer</code>
  604. </div>
  605. <h3>Returns</h3>
  606. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  607. </div></div>
  608. </div>
  609. <a id="method_setTopLeftXOffset"></a><div class="element clickable method public method_setTopLeftXOffset" data-toggle="collapse" data-target=".method_setTopLeftXOffset .collapse">
  610. <h2>setTopLeftXOffset()
  611. </h2>
  612. <pre>setTopLeftXOffset($xOffset) </pre>
  613. <div class="labels"></div>
  614. <div class="row collapse"><div class="detail-description">
  615. <div class="long_description"></div>
  616. <h3>Parameters</h3>
  617. <div class="subelement argument"><h4>$xOffset</h4></div>
  618. </div></div>
  619. </div>
  620. <a id="method_setTopLeftYOffset"></a><div class="element clickable method public method_setTopLeftYOffset" data-toggle="collapse" data-target=".method_setTopLeftYOffset .collapse">
  621. <h2>setTopLeftYOffset()
  622. </h2>
  623. <pre>setTopLeftYOffset($yOffset) </pre>
  624. <div class="labels"></div>
  625. <div class="row collapse"><div class="detail-description">
  626. <div class="long_description"></div>
  627. <h3>Parameters</h3>
  628. <div class="subelement argument"><h4>$yOffset</h4></div>
  629. </div></div>
  630. </div>
  631. <a id="method_setWorksheet"></a><div class="element clickable method public method_setWorksheet" data-toggle="collapse" data-target=".method_setWorksheet .collapse">
  632. <h2>Set Worksheet</h2>
  633. <pre>setWorksheet(\PHPExcel_Worksheet $pValue) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  634. <div class="labels"></div>
  635. <div class="row collapse"><div class="detail-description">
  636. <div class="long_description"></div>
  637. <h3>Parameters</h3>
  638. <div class="subelement argument">
  639. <h4>$pValue</h4>
  640. <code><a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a></code>
  641. </div>
  642. <h3>Exceptions</h3>
  643. <table class="table table-bordered"><tr>
  644. <th><code><a href="../classes/PHPExcel_Chart_Exception.html">\PHPExcel_Chart_Exception</a></code></th>
  645. <td></td>
  646. </tr></table>
  647. <h3>Returns</h3>
  648. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  649. </div></div>
  650. </div>
  651. <a id="method_setXAxisLabel"></a><div class="element clickable method public method_setXAxisLabel" data-toggle="collapse" data-target=".method_setXAxisLabel .collapse">
  652. <h2>Set X-Axis Label</h2>
  653. <pre>setXAxisLabel(\PHPExcel_Chart_Title $label) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  654. <div class="labels"></div>
  655. <div class="row collapse"><div class="detail-description">
  656. <div class="long_description"></div>
  657. <h3>Parameters</h3>
  658. <div class="subelement argument">
  659. <h4>$label</h4>
  660. <code><a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></code>
  661. </div>
  662. <h3>Returns</h3>
  663. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  664. </div></div>
  665. </div>
  666. <a id="method_setYAxisLabel"></a><div class="element clickable method public method_setYAxisLabel" data-toggle="collapse" data-target=".method_setYAxisLabel .collapse">
  667. <h2>Set Y-Axis Label</h2>
  668. <pre>setYAxisLabel(\PHPExcel_Chart_Title $label) : <a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></pre>
  669. <div class="labels"></div>
  670. <div class="row collapse"><div class="detail-description">
  671. <div class="long_description"></div>
  672. <h3>Parameters</h3>
  673. <div class="subelement argument">
  674. <h4>$label</h4>
  675. <code><a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></code>
  676. </div>
  677. <h3>Returns</h3>
  678. <div class="subelement response"><code><a href="../classes/PHPExcel_Chart.html">\PHPExcel_Chart</a></code></div>
  679. </div></div>
  680. </div>
  681. <h3>
  682. <i class="icon-custom icon-property"></i> Properties</h3>
  683. <a id="property__bottomRightCellRef"> </a><div class="element clickable property private property__bottomRightCellRef" data-toggle="collapse" data-target=".property__bottomRightCellRef .collapse">
  684. <h2></h2>
  685. <pre>$_bottomRightCellRef : string</pre>
  686. <div class="labels"></div>
  687. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  688. </div>
  689. <a id="property__bottomRightXOffset"> </a><div class="element clickable property private property__bottomRightXOffset" data-toggle="collapse" data-target=".property__bottomRightXOffset .collapse">
  690. <h2></h2>
  691. <pre>$_bottomRightXOffset : integer</pre>
  692. <div class="labels"></div>
  693. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  694. </div>
  695. <a id="property__bottomRightYOffset"> </a><div class="element clickable property private property__bottomRightYOffset" data-toggle="collapse" data-target=".property__bottomRightYOffset .collapse">
  696. <h2></h2>
  697. <pre>$_bottomRightYOffset : integer</pre>
  698. <div class="labels"></div>
  699. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  700. </div>
  701. <a id="property__displayBlanksAs"> </a><div class="element clickable property private property__displayBlanksAs" data-toggle="collapse" data-target=".property__displayBlanksAs .collapse">
  702. <h2></h2>
  703. <pre>$_displayBlanksAs : string</pre>
  704. <div class="labels"></div>
  705. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  706. </div>
  707. <a id="property__legend"> </a><div class="element clickable property private property__legend" data-toggle="collapse" data-target=".property__legend .collapse">
  708. <h2></h2>
  709. <pre>$_legend : <a href="../classes/PHPExcel_Chart_Legend.html">\PHPExcel_Chart_Legend</a></pre>
  710. <div class="labels"></div>
  711. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  712. </div>
  713. <a id="property__name"> </a><div class="element clickable property private property__name" data-toggle="collapse" data-target=".property__name .collapse">
  714. <h2></h2>
  715. <pre>$_name : string</pre>
  716. <div class="labels"></div>
  717. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  718. </div>
  719. <a id="property__plotArea"> </a><div class="element clickable property private property__plotArea" data-toggle="collapse" data-target=".property__plotArea .collapse">
  720. <h2></h2>
  721. <pre>$_plotArea : <a href="../classes/PHPExcel_Chart_PlotArea.html">\PHPExcel_Chart_PlotArea</a></pre>
  722. <div class="labels"></div>
  723. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  724. </div>
  725. <a id="property__plotVisibleOnly"> </a><div class="element clickable property private property__plotVisibleOnly" data-toggle="collapse" data-target=".property__plotVisibleOnly .collapse">
  726. <h2></h2>
  727. <pre>$_plotVisibleOnly : boolean</pre>
  728. <div class="labels"></div>
  729. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  730. </div>
  731. <a id="property__title"> </a><div class="element clickable property private property__title" data-toggle="collapse" data-target=".property__title .collapse">
  732. <h2></h2>
  733. <pre>$_title : <a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></pre>
  734. <div class="labels"></div>
  735. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  736. </div>
  737. <a id="property__topLeftCellRef"> </a><div class="element clickable property private property__topLeftCellRef" data-toggle="collapse" data-target=".property__topLeftCellRef .collapse">
  738. <h2></h2>
  739. <pre>$_topLeftCellRef : string</pre>
  740. <div class="labels"></div>
  741. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  742. </div>
  743. <a id="property__topLeftXOffset"> </a><div class="element clickable property private property__topLeftXOffset" data-toggle="collapse" data-target=".property__topLeftXOffset .collapse">
  744. <h2></h2>
  745. <pre>$_topLeftXOffset : integer</pre>
  746. <div class="labels"></div>
  747. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  748. </div>
  749. <a id="property__topLeftYOffset"> </a><div class="element clickable property private property__topLeftYOffset" data-toggle="collapse" data-target=".property__topLeftYOffset .collapse">
  750. <h2></h2>
  751. <pre>$_topLeftYOffset : integer</pre>
  752. <div class="labels"></div>
  753. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  754. </div>
  755. <a id="property__worksheet"> </a><div class="element clickable property private property__worksheet" data-toggle="collapse" data-target=".property__worksheet .collapse">
  756. <h2></h2>
  757. <pre>$_worksheet : <a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a></pre>
  758. <div class="labels"></div>
  759. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  760. </div>
  761. <a id="property__xAxisLabel"> </a><div class="element clickable property private property__xAxisLabel" data-toggle="collapse" data-target=".property__xAxisLabel .collapse">
  762. <h2></h2>
  763. <pre>$_xAxisLabel : <a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></pre>
  764. <div class="labels"></div>
  765. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  766. </div>
  767. <a id="property__yAxisLabel"> </a><div class="element clickable property private property__yAxisLabel" data-toggle="collapse" data-target=".property__yAxisLabel .collapse">
  768. <h2></h2>
  769. <pre>$_yAxisLabel : <a href="../classes/PHPExcel_Chart_Title.html">\PHPExcel_Chart_Title</a></pre>
  770. <div class="labels"></div>
  771. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  772. </div>
  773. </div>
  774. </div>
  775. </div>
  776. </div>
  777. <div class="row"><footer class="span12">
  778. Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
  779. Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
  780. generated on 2014-03-02T15:27:35Z.<br></footer></div>
  781. </div>
  782. </body>
  783. </html>