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

Source for file ZoomDirections.php

Documentation is available at ZoomDirections.php

  1. <?php
  2.  
  3. /**
  4.   *
  5.   * <p>Title: ZoomDirections class</p>
  6.   *
  7.   * <p>Description: Describes the possible values of Zoom.Direction method.</p>
  8.   *
  9.   * <p>Copyright (c) 2005-2010 by Steema Software SL. All Rights
  10.   * Reserved.</p>
  11.   *
  12.   * <p>Company: Steema Software SL</p>
  13.   */
  14.  
  15.  class ZoomDirections {
  16.     /**
  17.     * Allows only Horizontal Zooming.
  18.     */
  19.     public $HORIZONTAL = 0;
  20.     /**
  21.     * Allows only Vertical Zooming.
  22.     */
  23.     public $VERTICAL = 1;
  24.     /**
  25.     * Allows both Horizontal and Vertical Zooming.
  26.     */
  27.     public $BOTH = 2;
  28.  
  29.     public function ZoomDirections($value{
  30.     }
  31. }
  32. ?>

Documentation generated on Wed, 16 Jun 2010 12:09:29 +0200 by phpDocumentor 1.4.1