- Timestamp:
- 2014/08/27 19:08:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/graph/SC_Graph_Line.php
r23605 r23606 166 166 167 167 // ポイントの描画 168 169 /** 170 * @param integer $line_no 171 */ 168 172 public function setMark($line_no, $left, $top, $size = LINE_MARK_SIZE) 169 173 { … … 327 331 328 332 // X軸タイトルをセットする 333 334 /** 335 * @param string $title 336 */ 329 337 public function setXTitle($title) 330 338 { … … 333 341 334 342 // Y軸タイトルをセットする 343 344 /** 345 * @param string $title 346 */ 335 347 public function setYTitle($title) 336 348 {
Note: See TracChangeset
for help on using the changeset viewer.
