Source for file Wall.php
Documentation is available at Wall.php
* Description: Characteristics of Wall Panel that complements an Axis
* @copyright (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
function __get( $property ) {
$method = "get{$property}";
function __set ( $property,$value ) {
$method = "set{$property}";
return $this->$method($value);
* Applies a darker shade to 3D Chart Walls when true.<br>
* Applies a darker shade to 3D Chart Walls when true.<br>
* The Chart Wall thickness.<br>
* Sets the Chart Wall thickness.<br>
$g->getBrush()->setVisible(false);
|