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
  • PHPExcel_Chart_DataSeries
  • PHPExcel_Chart_DataSeriesValues
  • PHPExcel_Chart_Layout
  • PHPExcel_Chart_Legend
  • PHPExcel_Chart_PlotArea
  • PHPExcel_Chart_Title

Exceptions

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

Class PHPExcel_Chart_PlotArea

PHPExcel_Chart_PlotArea

Package: PHPExcel\Chart
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Chart/PlotArea.php
Methods summary
public
# __construct( PHPExcel_Chart_Layout $layout = null, $plotSeries = array() )

Create a new PHPExcel_Chart_PlotArea

Create a new PHPExcel_Chart_PlotArea

public PHPExcel_Chart_Layout
# getLayout( )

Get Layout

Get Layout

Returns

PHPExcel_Chart_Layout
public array
# getPlotGroupCount( )

Get Number of Plot Groups

Get Number of Plot Groups

Returns

array
of PHPExcel_Chart_DataSeries
public integer
# getPlotSeriesCount( )

Get Number of Plot Series

Get Number of Plot Series

Returns

integer
public array
# getPlotGroup( )

Get Plot Series

Get Plot Series

Returns

array
of PHPExcel_Chart_DataSeries
public PHPExcel_Chart_DataSeries
# getPlotGroupByIndex( $index )

Get Plot Series by Index

Get Plot Series by Index

Returns

PHPExcel_Chart_DataSeries
public PHPExcel_Chart_PlotArea
# setPlotSeries( [PHPExcel_Chart_DataSeries] $plotSeries = array() )

Set Plot Series

Set Plot Series

Parameters

$plotSeries

Returns

PHPExcel_Chart_PlotArea
public
# refresh( PHPExcel_Worksheet $worksheet )
Properties summary
private PHPExcel_Chart_Layout $_layout

PlotArea Layout

PlotArea Layout

# null
private array $_plotSeries

Plot Series

Plot Series

# array()
Autene API documentation generated by ApiGen