Source for file ShapeXYStyle.php
Documentation is available at ShapeXYStyle.php
* <p>Title: ShapeXYStyle class</p>
* <p>Description: Describes the possible values of the Shape.XYStyle
* <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.</p>
* <p>Company: Steema Software SL</p>
* Position relative to Chart Panel. 0,0 is Panel Left, Top.
public static $PIXELS = 0;
* Position in Axis units.
* Use Left,Top (X0,Y0) to set the Axis origin in Axis units. Right,
* Bottom sets width and height in Pixels.
public static $AXISORIGIN = 2;
|