Path

ez components / documentation / api reference / 2008.2.2 / graph


eZ Components 2008.2.2

Graph: ezcGraphStackedBarsRenderer

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

Interface: ezcGraphStackedBarsRenderer

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

Method Summary

public void drawStackedBar( $boundings, $context, $color, $start, $position, $stepSize, [$symbol = ezcGraph::NO_SYMBOL], [$axisPosition = 0.] )
Draw stacked bar

Methods

drawStackedBar

void drawStackedBar( $boundings, ezcGraphContext $context, ezcGraphColor $color, ezcGraphCoordinate $start, ezcGraphCoordinate $position, float $stepSize, [int $symbol = ezcGraph::NO_SYMBOL], [float $axisPosition = 0.] )
Draw stacked bar
Draws a stacked bar part as a data element in a line chart

Parameters

Name Type Description
$boundings ezcGraphBoundings Chart boundings
$context ezcGraphContext Context of call
$color ezcGraphColor Color of line
$start ezcGraphCoordinate  
$position ezcGraphCoordinate  
$stepSize float Space which can be used for bars
$symbol int Symbol to draw for line
$axisPosition float Position of axis for drawing filled lines

Last updated: Mon, 30 Mar 2009