- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/graph/SC_Graph_Bar.php
r22567 r22796 23 23 24 24 // 棒グラフ生成クラス 25 class SC_Graph_Bar extends SC_Graph_Line_Ex 26 { 25 class SC_Graph_Bar extends SC_Graph_Line_Ex{ 27 26 // コンストラクタ 28 27 function __construct( … … 33 32 34 33 // グラフの描画 35 function drawGraph() 36 { 34 function drawGraph() { 37 35 $this->drawYLine(); 38 36 $this->drawXLine(true); … … 53 51 54 52 // 棒グラフの描画 55 function drawBar($line_no) 56 { 53 function drawBar($line_no) { 57 54 $arrPointList = $this->arrPointList[$line_no]; 58 55 // データ数を数える … … 83 80 84 81 // ラベルを描画する 85 function drawLabel($line_no) 86 { 82 function drawLabel($line_no) { 87 83 $arrData = $this->arrDataList[$line_no]; 88 84 $arrPointList = $this->arrPointList[$line_no];
Note: See TracChangeset
for help on using the changeset viewer.
