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

Source for file LegendSymbolPosition.php

Documentation is available at LegendSymbolPosition.php

  1. <?php
  2.  
  3. /**
  4.  * LegendSymbolPosition class
  5.  *
  6.  * Description: Describes the position of the Legend's color rectangles
  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.    * Defines the left positioning of the Legend's color rectangles.
  19.    */
  20.    public static $LEFT 0;
  21.    /**
  22.    * Defines the right positioning of the Legend's color rectangles.
  23.    */
  24.    public static $RIGHT 1;
  25.  
  26.    public function LegendSymbolPosition({}
  27. }
  28. ?>

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