Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitModuleCiLineChart

Model::Chart::arbitModuleCiLineChart

Class arbitModuleCiLineChart

Base pie chart for arbit, defining custom rendering options, etc.

Base pie chart for arbit, defining custom rendering options, etc.

ezcGraphLineChart
   |
   --arbitLineChart
      |
      --arbitModuleCiLineChart
Author(s):
Version:   $Revision: 1486 $
License:   GPL

Method Summary

public void __construct( $title )
Construct pie chart
public mixed render( [ $width = 320] , [ $height = 198] , [ $file = null] )
Renders this chart Creates basic visual chart elements from the chart to be processed by the renderer. image will be returned as a string.

Inherited Methods

From arbitLineChart
public void arbitLineChart::__construct()
Construct pie chart
public string arbitLineChart::getMimeType()
Get chart image mime type
public mixed arbitLineChart::render()
Renders this chart Creates basic visual chart elements from the chart to be processed by the renderer. image will be returned as a string.

Methods

__construct

void __construct( $title )

Construct pie chart

Construct pie chart Construct pie chart and assign common setting to fit it to arbit layout settings

Parameters:
Name Type Description
$title
Redefinition of:
Method Description
arbitLineChart::__construct() Construct pie chart

render

mixed render( [int $width = 320] , [int $height = 198] , [mixed $file = null] )

Renders this chart Creates basic visual chart elements from the chart to be processed by the renderer. image will be returned as a string.

Renders this chart Creates basic visual chart elements from the chart to be processed by the renderer. If null is passed instead of a file name, the rendered image will be returned as a string.

Parameters:
Name Type Description
$width int
$height int
$file mixed
Redefinition of:
Method Description
arbitLineChart::render() Renders this chart Creates basic visual chart elements from the chart to be processed by the renderer. image will be returned as a string.
Documentation generated on Mon, 05 Apr 2010 14:02:02 +0200 by phpDocumentor 1.4.3