TeeChartPHP
[
class tree: TeeChartPHP
] [
index: TeeChartPHP
] [
all elements
]
Todo List
Packages:
TeeChartPHP
Source for file ZoomDirections.php
Documentation is available at
ZoomDirections.php
<?php
/**
*
* <p>Title: ZoomDirections class</p>
*
* <p>Description: Describes the possible values of Zoom.Direction method.</p>
*
* <p>Copyright (c) 2005-2010 by Steema Software SL. All Rights
* Reserved.</p>
*
* <p>Company: Steema Software SL</p>
*/
class
ZoomDirections
{
/**
* Allows only Horizontal Zooming.
*/
public
$HORIZONTAL
=
0
;
/**
* Allows only Vertical Zooming.
*/
public
$VERTICAL
=
1
;
/**
* Allows both Horizontal and Vertical Zooming.
*/
public
$BOTH
=
2
;
public
function
ZoomDirections
(
$value
)
{
}
}
?>
Documentation generated on Wed, 16 Jun 2010 12:09:29 +0200 by
phpDocumentor 1.4.1