コード例 #1
0
 function GraphSplitBar($width = 600, $height = 250, $showLabelBar2 = true)
 {
     parent::PmvGraph($width, $height);
     $this->showLabelBar2 = $showLabelBar2;
 }
コード例 #2
0
 function GraphBarAndCurb($width, $height, $showAllLabels = true)
 {
     parent::PmvGraph($width, $height);
     $this->showLabelBar2 = $showAllLabels;
 }
コード例 #3
0
 function Graph3DPie($width, $height, $set3D = true)
 {
     parent::PmvGraph($width, $height);
     $this->set3D = $set3D;
 }
コード例 #4
0
 function GraphVerticalBar($width, $height)
 {
     parent::PmvGraph($width, $height);
 }