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

Source for file AxisLabelAlign.php

Documentation is available at AxisLabelAlign.php

  1. <?php
  2.  
  3.  /**
  4.  * AxisLabelAlign class
  5.  *
  6.  * Description: Determines the position of Labels on an Axis
  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. {
  17.  
  18.    /**
  19.    * Default position.
  20.    */
  21.    public static $DEF 0;
  22.  
  23.    /**
  24.    * Labels aligned opposite the default position.
  25.    */
  26.    public static $OPPOSITE 1;
  27.  
  28.    public function AxisLabelAlign()
  29.    {
  30.    }
  31. }
  32.  
  33. ?>

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