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

Source for file PieOtherStyles.php

Documentation is available at PieOtherStyles.php

  1. <?php
  2.  
  3. /**
  4. *
  5. * <p>Title: PieOtherStyles class</p>
  6. *
  7. * <p>Description: Describes the possible values of the Style method of
  8. * Pie.PieOtherSlice class.</p>
  9. *
  10. * <p>Copyright (c) 2005-2010 by Steema Software SL. All Rights Reserved.</p>
  11. *
  12. * <p>Company: Steema Software SL</p>
  13. *
  14. *
  15. @see com.steema.teechart.styles.Pie.PieOtherSlice
  16. */
  17.  
  18. {
  19.    /**
  20.    * No "Other" slice is generated. (default)
  21.    */
  22.    public static $NONE 0;
  23.    /**
  24.    * Slices with values below a percentage are grouped.
  25.    */
  26.    public static $BELOWPERCENT 1;
  27.    /**
  28.    * Slices with values below a value are grouped.
  29.    */
  30.    public static $BELOWVALUE 2;
  31.  
  32.    function PieOtherStyles({}
  33. }
  34. ?>

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