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

Source for file LegendAlignment.php

Documentation is available at LegendAlignment.php

  1. <?php
  2.  
  3. /**
  4.  * LegendAlignment class
  5.  *
  6.  * Description: Describes the possible values of Legend.Alignment
  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 legend
  13.  * @link http://www.steema.com
  14.  */
  15.  
  16.  
  17. {
  18.    /**
  19.    * Aligns the legend to the left of the TChart.
  20.    */
  21.    public static $LEFT 0;
  22.  
  23.    /**
  24.    * Aligns the legend to the right of the TChart.
  25.    */
  26.    public static $RIGHT 1;
  27.  
  28.    /**
  29.    * Aligns the legend to the top of the TChart.
  30.    */
  31.    public static $TOP 2;
  32.  
  33.    /**
  34.    * Aligns the legend to the bottom of the TChart.
  35.    */
  36.    public static $BOTTOM 3;
  37.  
  38.    public function LegendAlignment()  {}
  39. }
  40. ?>

Documentation generated on Wed, 16 Jun 2010 12:06:43 +0200 by phpDocumentor 1.4.1