Source for file HorizontalAxis.php
Documentation is available at HorizontalAxis.php
* <p>Title: HorizontalAxis class</p>
* <p>Description: Describes the possible values of Series.HorizAxis.</p>
* <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights
* <p>Company: Steema Software SL</p>
* Associates the series with the top axis.
* Associates the series with the bottom axis.
public static $BOTTOM = 1;
* Associates the series with both the top and bottom axes.
* Associates the series with a custom axis.
public static $CUSTOM = 3;
|