Source for file VerticalAxis.php
Documentation is available at VerticalAxis.php
* Description: Describes the possible values of Series.VertAxis method
* @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
* Associates the series with the left axis.
* Associates the series with the right axis.
public static $RIGHT = 1;
* Associates the series with both the left and right axis.
* Associates the series with a custom axis.
public static $CUSTOM = 3;
|