Source for file TicksPen.php
Documentation is available at TicksPen.php
* Description: Determines the kind of Pen used to draw Axis marks along
* @copyright (c) 1995-2008 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);
$tmpColor = new Color(120, 120, 120);// DARK_GRAY
private function shouldSerializeLength()
* Length of Axis Ticks in pixels.
* Sets the length of Axis Ticks in pixels.
|