TeeChartPHP
[ class tree: TeeChartPHP ] [ index: TeeChartPHP ] [ all elements ]

Source for file DepthAxis.php

Documentation is available at DepthAxis.php

  1. <?php
  2.  
  3.  /**
  4.  * DepthAxis class
  5.  *
  6.  * Description: Z plane Axis characteristics.
  7.  *
  8.  * @author
  9.  * @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
  10.  * @version 1.0
  11.  * @package TeeChartPHP
  12.  * @subpackage axis
  13.  * @link http://www.steema.com
  14.  */
  15.  
  16.  class DepthAxis extends Axis {
  17.  
  18.     /**
  19.     * The class constructor.
  20.     */
  21.     public function DepthAxis($horiz$isOtherSide$c{
  22.         parent::Axis($horiz$isOtherSide$c);
  23.  
  24.         $this->isDepthAxis = true;
  25.         $this->bVisible = false;
  26.     }
  27. }
  28.  
  29. ?>

Documentation generated on Wed, 16 Jun 2010 12:05:03 +0200 by phpDocumentor 1.4.1