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

Source for file ValueListOrder.php

Documentation is available at ValueListOrder.php

  1. <?php
  2.  
  3. /**
  4.  * ValueListOrder class
  5.  *
  6.  * Description: Describes the possible values of the ValueList.Order
  7.  * method
  8.  *
  9.  * @author
  10.  * @copyright (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>
  11.  * @version 1.0
  12.  * @package TeeChartPHP
  13.  * @subpackage styles
  14.  * @link http://www.steema.com
  15.  */
  16.  
  17. {
  18.    /**
  19.    * Values are ordered in the order in which they were added to the
  20.    * ValueList.
  21.    */
  22.    public static $NONE 0;
  23.    /**
  24.    * Values are ordered in ascending numerical order.
  25.    */
  26.    public static $ASCENDING 1;
  27.    /**
  28.    * Values are ordered in descending numerical order.
  29.    */
  30.    public static $DESCENDING 2;
  31.  
  32.    public function ValueListOrder({}
  33. }
  34.  
  35. ?>

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