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

Source for file LegendSymbolSize.php

Documentation is available at LegendSymbolSize.php

  1. <?php
  2.  
  3. /**
  4.  * LegendSymbolSize class
  5.  *
  6.  * Description: Describes the units in which to define the size of the
  7.  * Legend's color rectangles
  8.  *
  9.  * @author
  10.  * @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
  11.  * @version 1.0
  12.  * @package TeeChartPHP
  13.  * @subpackage legend
  14.  * @link http://www.steema.com
  15.  */
  16.  
  17. {
  18.  
  19.    /**
  20.    * Defines the units as a Percentage of the Legend width.
  21.    */
  22.    public static $PERCENT 0;
  23.  
  24.    /**
  25.    * Defines the units as Pixels.
  26.    */
  27.    public static $PIXELS 1;
  28.  
  29.    public function LegendSymbolSize()  {}
  30. }
  31. ?>

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