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

Source for file MultiPies.php

Documentation is available at MultiPies.php

  1. <?php
  2.  
  3. /**
  4. * <p>Title: MultiPies - enum constants</p>
  5. *
  6. * <p>Description: </p>
  7. *
  8. * <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.</p>
  9. *
  10. * <p>Company: Steema Software SL</p>
  11. *
  12. */
  13.  
  14. class MultiPies
  15. {
  16.    /**
  17.    * Multiple Pie series are displayed using an automatically
  18.    * calculated chart space portion. (default)
  19.    */
  20.    public static $AUTOMATIC 0;
  21.    /**
  22.    * Multiple Pie series are displayed using custom manual ChartRect
  23.    * positions, or overlapped.
  24.    */
  25.    public static $DISABLED 1;
  26.  
  27.    function MultiPies({}
  28. }
  29. ?>

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