TeeChartPHP
[
class tree: TeeChartPHP
] [
index: TeeChartPHP
] [
all elements
]
Todo List
Packages:
TeeChartPHP
Source for file LegendSymbolPosition.php
Documentation is available at
LegendSymbolPosition.php
<?php
/**
* LegendSymbolPosition class
*
* Description: Describes the position of the Legend's color rectangles
*
*
@author
*
@copyright
(c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
*
@version
1.0
*
@package
TeeChartPHP
*
@subpackage
legend
*
@link
http://www.steema.com
*/
class
LegendSymbolPosition
{
/**
* Defines the left positioning of the Legend's color rectangles.
*/
public
static
$LEFT
=
0
;
/**
* Defines the right positioning of the Legend's color rectangles.
*/
public
static
$RIGHT
=
1
;
public
function
LegendSymbolPosition
(
)
{
}
}
?>
Documentation generated on Wed, 16 Jun 2010 12:06:46 +0200 by
phpDocumentor 1.4.1