Path

ez components / documentation / api reference / 2009.1.2 / graph


eZ Components 2009.1.2

Graph: ezcGraphOdometerRenderer

[ Tutorial ] [ Gallery ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Interface: ezcGraphOdometerRenderer

Interface which adds the methods required for rendering radar charts to a renderer [source]

Method Summary

public ezcGraphBoundings drawOdometer( $boundings, $axis, $options )
Render odometer chart
public void drawOdometerMarker( $boundings, $position, $symbol, $color, $width )
Draw a single odometer marker.

Methods

drawOdometer

ezcGraphBoundings drawOdometer( $boundings, ezcGraphChartElementAxis $axis, ezcGraphOdometerChartOptions $options )
Render odometer chart

Parameters

Name Type Description
$boundings ezcGraphBoundings  
$axis ezcGraphChartElementAxis  
$options ezcGraphOdometerChartOptions  

drawOdometerMarker

void drawOdometerMarker( $boundings, ezcGraphCoordinate $position, int $symbol, ezcGraphColor $color, int $width )
Draw a single odometer marker.

Parameters

Name Type Description
$boundings ezcGraphBoundings  
$position ezcGraphCoordinate  
$symbol int  
$color ezcGraphColor  
$width int  

Last updated: Tue, 01 Sep 2009