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

Source for file ColorLineStyle.php

Documentation is available at ColorLineStyle.php

  1. <?php
  2.  
  3. /**
  4.  * ColorLineStyle class
  5.  *
  6.  * Description: Describes the possible values of the CursorTool.Style
  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.  class ColorLineStyle {
  18.  
  19.     public static $CUSTOM 0;
  20.     public static $MAXIMUM 1;
  21.     public static $CENTER 2;
  22.     public static $MINIMUM 3;
  23.  
  24.     public function ColorLineStyle({
  25.     }
  26. }
  27. ?>

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