Source for file AxisLinePen.php
Documentation is available at AxisLinePen.php
* Description: Determines the pen used to draw the axis lines
* @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
$tmpColor = new Color(0, 0, 0);
parent::ChartPen($c, $tmpColor, true, 2);
|