TeeChartPHP
[
class tree: TeeChartPHP
] [
index: TeeChartPHP
] [
all elements
]
Todo List
Packages:
TeeChartPHP
Source for file AxisLabelAlign.php
Documentation is available at
AxisLabelAlign.php
<?php
/**
* AxisLabelAlign class
*
* Description: Determines the position of Labels on an Axis
*
*
@author
*
@copyright
(c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
*
@version
1.0
*
@package
TeeChartPHP
*
@subpackage
axis
*
@link
http://www.steema.com
*/
class
AxisLabelAlign
{
/**
* Default position.
*/
public
static
$DEF
=
0
;
/**
* Labels aligned opposite the default position.
*/
public
static
$OPPOSITE
=
1
;
public
function
AxisLabelAlign
(
)
{
}
}
?>
Documentation generated on Wed, 16 Jun 2010 12:03:10 +0200 by
phpDocumentor 1.4.1