Ejemplo n.º 1
0
 /**
  * GridLines [Constructor]
  */
 function Image_Graph_Grid_Polar()
 {
     parent::__construct();
     $this->_lineStyle = 'lightgrey';
 }
Ejemplo n.º 2
0
 /**
  * GridLines [Constructor]
  */
 function &Image_Graph_Grid_Lines()
 {
     parent::__construct();
     $this->_lineStyle = IMAGE_GRAPH_LIGHTGRAY;
 }
Ejemplo n.º 3
0
 /**
  * [Constructor]
  */
 function Image_Graph_Axis_Marker_Area()
 {
     parent::__construct();
     $this->_lineStyle = false;
 }
Ejemplo n.º 4
0
 /**
  * GridLines [Constructor]
  */
 function __construct()
 {
     parent::__construct();
     $this->_lineStyle = 'lightgrey';
 }
Ejemplo n.º 5
0
 /**
  * [Constructor]
  */
 function __construct()
 {
     parent::__construct();
     $this->_lineStyle = false;
 }