Пример #1
0
 /**
  * GridLines [Constructor]
  */
 function Image_Graph_Grid_Polar()
 {
     parent::__construct();
     $this->_lineStyle = 'lightgrey';
 }
Пример #2
0
 /**
  * GridLines [Constructor]
  */
 function &Image_Graph_Grid_Lines()
 {
     parent::__construct();
     $this->_lineStyle = IMAGE_GRAPH_LIGHTGRAY;
 }
Пример #3
0
 /**
  * [Constructor]
  */
 function Image_Graph_Axis_Marker_Area()
 {
     parent::__construct();
     $this->_lineStyle = false;
 }
Пример #4
0
 /**
  * GridLines [Constructor]
  */
 function __construct()
 {
     parent::__construct();
     $this->_lineStyle = 'lightgrey';
 }
Пример #5
0
 /**
  * [Constructor]
  */
 function __construct()
 {
     parent::__construct();
     $this->_lineStyle = false;
 }