| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
File containing the ezcGraphChartElementLogarithmicalAxis class
| Copyright: | Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. |
| License: | http://ez.no/licenses/new_bsd New BSD License |
| Version: | 1.5 |
| File Size: | 341 lines (11 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ezcGraphChartElementLogarithmicalAxis:: (9 methods):
__construct()
__set()
addData()
calculateAxisBoundings()
getCoordinate()
getMinorStepCount()
getMajorStepCount()
getLabel()
isZeroStep()
Class: ezcGraphChartElementLogarithmicalAxis - X-Ref
Class to represent a logarithmic axis.| __construct( array $options = array() X-Ref |
| Constructor param: array $options Default option array return: void |
| __set( $propertyName, $propertyValue ) X-Ref |
| __set param: mixed $propertyName param: mixed $propertyValue return: void |
| addData( array $values ) X-Ref |
| Add data for this axis param: array $values Value which will be displayed on this axis return: void |
| calculateAxisBoundings() X-Ref |
| Calculate axis bounding values on base of the assigned values return: void |
| getCoordinate( $value ) X-Ref |
| Get coordinate for a dedicated value on the chart param: float $value Value to determine position for return: float Position on chart |
| getMinorStepCount() X-Ref |
| Return count of minor steps return: integer Count of minor steps |
| getMajorStepCount() X-Ref |
| Return count of major steps return: integer Count of major steps |
| getLabel( $step ) X-Ref |
| Get label for a dedicated step on the axis param: integer $step Number of step return: string label |
| isZeroStep( $step ) X-Ref |
| Is zero step Returns true if the given step is the one on the initial axis position param: int $step Number of step return: bool Status If given step is initial axis position |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |