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

Source for file ShapeXYStyle.php

Documentation is available at ShapeXYStyle.php

  1. <?php
  2.  
  3. /**
  4. *
  5. * <p>Title: ShapeXYStyle class</p>
  6. *
  7. * <p>Description: Describes the possible values of the Shape.XYStyle
  8. * method.</p>
  9. *
  10. * <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.</p>
  11. *
  12. * <p>Company: Steema Software SL</p>
  13. *
  14. */
  15.  
  16. {
  17.    /**
  18.    * Position relative to Chart Panel. 0,0 is Panel Left, Top.
  19.    */
  20.    public static $PIXELS 0;
  21.    /**
  22.    * Position in Axis units.
  23.    */
  24.    public static $AXIS 1;
  25.    /**
  26.    * Use Left,Top (X0,Y0) to set the Axis origin in Axis units. Right,
  27.    * Bottom sets width and height in Pixels.
  28.    */
  29.    public static $AXISORIGIN 2;
  30.  
  31.    public function ShapeXYStyle({}
  32. }
  33. ?>

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