| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
File containing the ezcGraphBarChart 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: | 292 lines (11 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ezcGraphHorizontalBarChart:: (3 methods):
__construct()
renderData()
setAxisValues()
Class: ezcGraphHorizontalBarChart - X-Ref
Class for bar charts. Can make use of an unlimited amount of datasets and| __construct( array $options = array() X-Ref |
| Constructor param: array $options Default option array return: void |
| renderData( ezcGraphRenderer $renderer, ezcGraphBoundings $boundings, ezcGraphBoundings $innerBoundings ) X-Ref |
| Render the assigned data Will renderer all charts data in the remaining boundings after drawing all other chart elements. The data will be rendered depending on the settings in the dataset. param: ezcGraphRenderer $renderer Renderer param: ezcGraphBoundings $boundings Remaining boundings return: void |
| setAxisValues() X-Ref |
| Aggregate and calculate value boundings on axis. This function is nearly the same as in ezcGraphLineChart, but reverses the usage of keys and values for the axis. return: void |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |