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

Source for file MultiAreas.php

Documentation is available at MultiAreas.php

  1. <?php
  2.  
  3.  
  4. /**
  5.   *
  6.   * <p>Title: MultiAreas class</p>
  7.   *
  8.   * <p>Description: Describes the possible values of Area.MultiArea.</p>
  9.   *
  10.   * <p>Copyright (c) 2005-2007 by Steema Software SL. All Rights Reserved.</p>
  11.   *
  12.   * <p>Company: Steema Software SL</p>
  13.   *
  14.   * @see com.steema.teechart.styles.Area#getMultiArea
  15.   */
  16.  
  17.  class MultiAreas {
  18.     /**
  19.     * Areas will be drawn one behind the other.
  20.     */
  21.     public static $NONE 0;
  22.     /**
  23.     * Draws each Area on top of previous one.
  24.     */
  25.     public static $STACKED 1;
  26.     /**
  27.     * Adjusts each individual point to a common 0..100 axis scale.
  28.     */
  29.     public static $STACKED100 2;
  30.  
  31.     private function MultiAreas({}
  32. }
  33. ?>

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