Source for file BaseLine.php
Documentation is available at BaseLine.php
* <p>Title: BaseLine class</p>
* <p>Description: Abstract Series class inherited by a number of TeeChart
* <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights
* <p>Company: Steema Software SL</p>
function __get( $property ) {
$method = "get{$property}";
function __set ( $property,$value ) {
$method = "set{$property}";
return $this->$method($value);
public function assign($source) {
if ($tmp->linePen != null) {
* Determines pen to draw the line connecting all points.<br>
|