TeeChartPHP
[
class tree: TeeChartPHP
] [
index: TeeChartPHP
] [
all elements
]
Todo List
Packages:
TeeChartPHP
Source for file LegendSymbolSize.php
Documentation is available at
LegendSymbolSize.php
<?php
/**
* LegendSymbolSize class
*
* Description: Describes the units in which to define the size 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
LegendSymbolSize
{
/**
* Defines the units as a Percentage of the Legend width.
*/
public
static
$PERCENT
=
0
;
/**
* Defines the units as Pixels.
*/
public
static
$PIXELS
=
1
;
public
function
LegendSymbolSize
(
)
{
}
}
?>
Documentation generated on Wed, 16 Jun 2010 12:06:47 +0200 by
phpDocumentor 1.4.1