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

Source for file AxisLinePen.php

Documentation is available at AxisLinePen.php

  1. <?php
  2.  
  3.  /**
  4.  * AxisLinePen class
  5.  *
  6.  * Description: Determines the pen used to draw the axis lines
  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 AxisLinePen extends ChartPen
  17. {
  18.    /**
  19.    * The class constructor.
  20.    */
  21.    public function AxisLinePen($c)
  22.    {
  23.       $tmpColor new Color(000);
  24.       parent::ChartPen($c$tmpColortrue2);
  25.    }
  26. }
  27. ?>

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