\PHPExcel_Chart_Renderer_jpgraph

PHPExcel_Chart_Renderer_jpgraph

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Summary

Methods
Properties
Constants
render()
__construct()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
formatPointMarker()
formatDataSetLabels()
percentageSumCalculation()
percentageAdjustValues()
getCaption()
renderTitle()
renderLegend()
renderCartesianPlotArea()
renderPiePlotArea()
renderRadarPlotArea()
renderPlotLine()
renderPlotBar()
renderPlotScatter()
renderPlotRadar()
renderPlotContour()
renderPlotStock()
renderAreaChart()
renderLineChart()
renderBarChart()
renderScatterChart()
renderBubbleChart()
renderPieChart()
renderRadarChart()
renderStockChart()
renderContourChart()
renderCombinationChart()
$width
$height
$colourSet
$markSet
$chart
$graph
$plotColour
$plotMark
N/A

Properties

$width

$width : 

Type

$height

$height : 

Type

$colourSet

$colourSet : 

Type

$markSet

$markSet : 

Type

$chart

$chart : 

Type

$graph

$graph : 

Type

$plotColour

$plotColour : 

Type

$plotMark

$plotMark : 

Type

Methods

render()

render(  $outputDestination) 

Parameters

$outputDestination

__construct()

__construct(\PHPExcel_Chart  $chart) 

Create a new PHPExcel_Chart_Renderer_jpgraph

Parameters

\PHPExcel_Chart $chart

formatPointMarker()

formatPointMarker(  $seriesPlot,   $markerID) 

Parameters

$seriesPlot
$markerID

formatDataSetLabels()

formatDataSetLabels(  $groupID,   $datasetLabels,   $labelCount,   $rotation = '') 

Parameters

$groupID
$datasetLabels
$labelCount
$rotation

percentageSumCalculation()

percentageSumCalculation(  $groupID,   $seriesCount) 

Parameters

$groupID
$seriesCount

percentageAdjustValues()

percentageAdjustValues(  $dataValues,   $sumValues) 

Parameters

$dataValues
$sumValues

getCaption()

getCaption(  $captionElement) 

Parameters

$captionElement

renderTitle()

renderTitle() 

renderLegend()

renderLegend() 

renderCartesianPlotArea()

renderCartesianPlotArea(  $type = 'textlin') 

Parameters

$type

renderPiePlotArea()

renderPiePlotArea(  $doughnut = false) 

Parameters

$doughnut

renderRadarPlotArea()

renderRadarPlotArea() 

renderPlotLine()

renderPlotLine(  $groupID,   $filled = false,   $combination = false,   $dimensions = '2d') 

Parameters

$groupID
$filled
$combination
$dimensions

renderPlotBar()

renderPlotBar(  $groupID,   $dimensions = '2d') 

Parameters

$groupID
$dimensions

renderPlotScatter()

renderPlotScatter(  $groupID,   $bubble) 

Parameters

$groupID
$bubble

renderPlotRadar()

renderPlotRadar(  $groupID) 

Parameters

$groupID

renderPlotContour()

renderPlotContour(  $groupID) 

Parameters

$groupID

renderPlotStock()

renderPlotStock(  $groupID) 

Parameters

$groupID

renderAreaChart()

renderAreaChart(  $groupCount,   $dimensions = '2d') 

Parameters

$groupCount
$dimensions

renderLineChart()

renderLineChart(  $groupCount,   $dimensions = '2d') 

Parameters

$groupCount
$dimensions

renderBarChart()

renderBarChart(  $groupCount,   $dimensions = '2d') 

Parameters

$groupCount
$dimensions

renderScatterChart()

renderScatterChart(  $groupCount) 

Parameters

$groupCount

renderBubbleChart()

renderBubbleChart(  $groupCount) 

Parameters

$groupCount

renderPieChart()

renderPieChart(  $groupCount,   $dimensions = '2d',   $doughnut = false,   $multiplePlots = false) 

Parameters

$groupCount
$dimensions
$doughnut
$multiplePlots

renderRadarChart()

renderRadarChart(  $groupCount) 

Parameters

$groupCount

renderStockChart()

renderStockChart(  $groupCount) 

Parameters

$groupCount

renderContourChart()

renderContourChart(  $groupCount,   $dimensions) 

Parameters

$groupCount
$dimensions

renderCombinationChart()

renderCombinationChart(  $groupCount,   $dimensions,   $outputDestination) 

Parameters

$groupCount
$dimensions
$outputDestination