/**
  * GridLines [Constructor]
  */
 function Image_Graph_Grid_Polar()
 {
     parent::__construct();
     $this->_lineStyle = 'lightgrey';
 }
 /**
  * GridLines [Constructor]
  */
 function &Image_Graph_Grid_Lines()
 {
     parent::__construct();
     $this->_lineStyle = IMAGE_GRAPH_LIGHTGRAY;
 }
Exemple #3
0
 /**
  * [Constructor]
  */
 function Image_Graph_Axis_Marker_Area()
 {
     parent::__construct();
     $this->_lineStyle = false;
 }
Exemple #4
0
 /**
  * GridLines [Constructor]
  */
 function __construct()
 {
     parent::__construct();
     $this->_lineStyle = 'lightgrey';
 }
 /**
  * [Constructor]
  */
 function __construct()
 {
     parent::__construct();
     $this->_lineStyle = false;
 }