Graph: ezcGraphRadarRenderer
[ ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcGraphRadarRenderer
|
Interface which adds the methods required for rendering radar charts to a renderer [
source]
Method Summary
|
public void |
drawRadarDataLine(
$boundings, $context, $color, $center, $start, $end, [$dataNumber = 1], [$dataCount = 1], [$symbol = ezcGraph::NO_SYMBOL], [$symbolColor = null], [$fillColor = null], [$thickness = 1.] )
Draw radar chart data line |
Methods
drawRadarDataLine
void drawRadarDataLine(
$boundings,
ezcGraphContext
$context,
ezcGraphColor
$color,
ezcGraphCoordinate
$center,
ezcGraphCoordinate
$start,
ezcGraphCoordinate
$end, [int
$dataNumber = 1], [int
$dataCount = 1], [int
$symbol = ezcGraph::NO_SYMBOL], [
ezcGraphColor
$symbolColor = null], [
ezcGraphColor
$fillColor = null], [float
$thickness = 1.] )
Draw radar chart data line
Draws a line as a data element in a radar chart
Parameters
Last updated: Thu, 31 Jan 2008