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

Source for file PeriodStyle.php

Documentation is available at PeriodStyle.php

  1. <?php
  2.  
  3. /**
  4. *
  5. * <p>Title: PeriodStyle class</p>
  6. *
  7. * <p>Description: Descibes function period as a number of points or as a
  8. * range of points.</p>
  9. *
  10. * <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights
  11. * Reserved.</p>
  12. *
  13. * <p>Company: Steema Software SL</p>
  14. */
  15.  
  16. {
  17.    /**
  18.    * Defines function period as a number of points.
  19.    */
  20.    public static $NUMPOINTS 0;
  21.    /**
  22.    * Defines function period as a range of points.
  23.    */
  24.    public static $RANGE 1;
  25.  
  26.    public function PeriodStyle()  }
  27. }
  28. ?>

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