Source for file HorizLine.php
Documentation is available at HorizLine.php
* <p>Title: HorizLine class</p>
* <p>Description: Horizontal Line Series.</p>
* <pre><font face="Courier" size="4">
* lineSeries = new com.steema.teechart.styles.HorizLine(myChart.getChart());
* lineSeries.fillSampleValues(8);
* lineSeries.getPointer().setVisible(true);
* <p>Copyright (c) 2005-2007 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);
return Language::getString("GalleryHorizLine");
|