Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Chart_Renderer_jpgraph
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Chart_Renderer_jpgraph

PHPExcel_Chart_Renderer_jpgraph

Package: PHPExcel\Chart\Renderer
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Chart/Renderer/jpgraph.php
Methods summary
private
# _formatPointMarker( $seriesPlot, $markerID )
private
# _formatDataSetLabels( $groupID, $datasetLabels, $labelCount, $rotation = '' )
private
# _percentageSumCalculation( $groupID, $seriesCount )
private
# _percentageAdjustValues( $dataValues, $sumValues )
private
# _getCaption( $captionElement )
private
# _renderTitle( )
private
# _renderLegend( )
private
# _renderCartesianPlotArea( $type = 'textlin' )
private
# _renderPiePlotArea( $doughnut = False )
private
# _renderRadarPlotArea( )
private
# _renderPlotLine( $groupID, $filled = false, $combination = false, $dimensions = '2d' )
private
# _renderPlotBar( $groupID, $dimensions = '2d' )
private
# _renderPlotScatter( $groupID, $bubble )
private
# _renderPlotRadar( $groupID )
private
# _renderPlotContour( $groupID )
private
# _renderPlotStock( $groupID )
private
# _renderAreaChart( $groupCount, $dimensions = '2d' )
private
# _renderLineChart( $groupCount, $dimensions = '2d' )
private
# _renderBarChart( $groupCount, $dimensions = '2d' )
private
# _renderScatterChart( $groupCount )
private
# _renderBubbleChart( $groupCount )
private
# _renderPieChart( $groupCount, $dimensions = '2d', $doughnut = False, $multiplePlots = False )
private
# _renderRadarChart( $groupCount )
private
# _renderStockChart( $groupCount )
private
# _renderContourChart( $groupCount, $dimensions )
private
# _renderCombinationChart( $groupCount, $dimensions, $outputDestination )
public
# render( $outputDestination )
public
# __construct( PHPExcel_Chart $chart )

Create a new PHPExcel_Chart_Renderer_jpgraph

Create a new PHPExcel_Chart_Renderer_jpgraph

Properties summary
private static integer $_width
# 640
private static integer $_height
# 480
private static array $_colourSet
# array( 'mediumpurple1', 'palegreen3', 'gold1', 'cadetblue1', 'darkmagenta', 'coral', 'dodgerblue3', 'eggplant', 'mediumblue', 'magenta', 'sandybrown', 'cyan', 'firebrick1', 'forestgreen', 'deeppink4', 'darkolivegreen', 'goldenrod2' )
private static $_markSet
# array( 'diamond' => MARK_DIAMOND, 'square' => MARK_SQUARE, 'triangle' => MARK_UTRIANGLE, 'x' => MARK_X, 'star' => MARK_STAR, 'dot' => MARK_FILLEDCIRCLE, 'dash' => MARK_DTRIANGLE, 'circle' => MARK_CIRCLE, 'plus' => MARK_CROSS )
private $_chart
# null
private $_graph
# null
private static integer $_plotColour
# 0
private static integer $_plotMark
# 0
Autene API documentation generated by ApiGen