Source for file DepthAxis.php
Documentation is available at DepthAxis.php
* Description: Z plane Axis characteristics.
* @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
public function DepthAxis($horiz, $isOtherSide, $c) {
parent::Axis($horiz, $isOtherSide, $c);
|