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

Source for file AnnotationPosition.php

Documentation is available at AnnotationPosition.php

  1. <?php
  2.  
  3. /**
  4.  * AnnotationPosition class
  5.  *
  6.  * Description: Describes the possible values of the Annotation.Position
  7. * method
  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 tools
  14.  * @link http://www.steema.com
  15.  */
  16.  
  17. {
  18.    /**
  19.    * Draws the Annotation Tool in the top left of the Chart Panel.
  20.    */
  21.    public static $LEFTTOP 0;
  22.  
  23.    /**
  24.    * Draws the Annotation Tool in the bottom left of the Chart Panel.
  25.    */
  26.    public static $LEFTBOTTOM 1;
  27.  
  28.    /**
  29.    * Draws the Annotation Tool in the top right of the Chart Panel.
  30.    */
  31.    public static $RIGHTTOP 2;
  32.  
  33.    /**
  34.    * Draws the Annotation Tool in the bottom right of the Chart Panel.
  35.    */
  36.    public static $RIGHTBOTTOM 3;
  37.  
  38.    function AnnotationPosition({}
  39. }
  40.  
  41. ?>

Documentation generated on Wed, 16 Jun 2010 12:02:33 +0200 by phpDocumentor 1.4.1