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_DataSeries

PHPExcel_Chart_DataSeries

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/DataSeries.php
Methods summary
public
# __construct( $plotType = null, $plotGrouping = null, $plotOrder = array(), $plotLabel = array(), $plotCategory = array(), $plotValues = array(), $smoothLine = null, $plotStyle = null )

Create a new PHPExcel_Chart_DataSeries

Create a new PHPExcel_Chart_DataSeries

public string
# getPlotType( )

Get Plot Type

Get Plot Type

Returns

string
public PHPExcel_Chart_DataSeries
# setPlotType( string $plotType = '' )

Set Plot Type

Set Plot Type

Parameters

$plotType

Returns

PHPExcel_Chart_DataSeries
public string
# getPlotGrouping( )

Get Plot Grouping Type

Get Plot Grouping Type

Returns

string
public PHPExcel_Chart_DataSeries
# setPlotGrouping( string $groupingType = null )

Set Plot Grouping Type

Set Plot Grouping Type

Parameters

$groupingType

Returns

PHPExcel_Chart_DataSeries
public string
# getPlotDirection( )

Get Plot Direction

Get Plot Direction

Returns

string
public PHPExcel_Chart_DataSeries
# setPlotDirection( string $plotDirection = null )

Set Plot Direction

Set Plot Direction

Parameters

$plotDirection

Returns

PHPExcel_Chart_DataSeries
public string
# getPlotOrder( )

Get Plot Order

Get Plot Order

Returns

string
public array
# getPlotLabels( )

Get Plot Labels

Get Plot Labels

Returns

array
of PHPExcel_Chart_DataSeriesValues
public PHPExcel_Chart_DataSeriesValues
# getPlotLabelByIndex( $index )

Get Plot Label by Index

Get Plot Label by Index

Returns

PHPExcel_Chart_DataSeriesValues
public array
# getPlotCategories( )

Get Plot Categories

Get Plot Categories

Returns

array
of PHPExcel_Chart_DataSeriesValues
public PHPExcel_Chart_DataSeriesValues
# getPlotCategoryByIndex( $index )

Get Plot Category by Index

Get Plot Category by Index

Returns

PHPExcel_Chart_DataSeriesValues
public string
# getPlotStyle( )

Get Plot Style

Get Plot Style

Returns

string
public PHPExcel_Chart_DataSeries
# setPlotStyle( string $plotStyle = null )

Set Plot Style

Set Plot Style

Parameters

$plotStyle

Returns

PHPExcel_Chart_DataSeries
public array
# getPlotValues( )

Get Plot Values

Get Plot Values

Returns

array
of PHPExcel_Chart_DataSeriesValues
public PHPExcel_Chart_DataSeriesValues
# getPlotValuesByIndex( $index )

Get Plot Values by Index

Get Plot Values by Index

Returns

PHPExcel_Chart_DataSeriesValues
public integer
# getPlotSeriesCount( )

Get Number of Plot Series

Get Number of Plot Series

Returns

integer
public boolean
# getSmoothLine( )

Get Smooth Line

Get Smooth Line

Returns

boolean
public PHPExcel_Chart_DataSeries
# setSmoothLine( boolean $smoothLine = TRUE )

Set Smooth Line

Set Smooth Line

Parameters

$smoothLine

Returns

PHPExcel_Chart_DataSeries
public
# refresh( PHPExcel_Worksheet $worksheet )
Constants summary
string TYPE_BARCHART
# 'barChart'
string TYPE_BARCHART_3D
# 'bar3DChart'
string TYPE_LINECHART
# 'lineChart'
string TYPE_LINECHART_3D
# 'line3DChart'
string TYPE_AREACHART
# 'areaChart'
string TYPE_AREACHART_3D
# 'area3DChart'
string TYPE_PIECHART
# 'pieChart'
string TYPE_PIECHART_3D
# 'pie3DChart'
string TYPE_DOUGHTNUTCHART
# 'doughnutChart'
string TYPE_DONUTCHART
# PHPExcel_Chart_DataSeries::TYPE_DOUGHTNUTCHART
string TYPE_SCATTERCHART
# 'scatterChart'
string TYPE_SURFACECHART
# 'surfaceChart'
string TYPE_SURFACECHART_3D
# 'surface3DChart'
string TYPE_RADARCHART
# 'radarChart'
string TYPE_BUBBLECHART
# 'bubbleChart'
string TYPE_STOCKCHART
# 'stockChart'
string TYPE_CANDLECHART
# PHPExcel_Chart_DataSeries::TYPE_STOCKCHART
string GROUPING_CLUSTERED
# 'clustered'
string GROUPING_STACKED
# 'stacked'
string GROUPING_PERCENT_STACKED
# 'percentStacked'
string GROUPING_STANDARD
# 'standard'
string DIRECTION_BAR
# 'bar'
string DIRECTION_HORIZONTAL
# PHPExcel_Chart_DataSeries::DIRECTION_BAR
string DIRECTION_COL
# 'col'
string DIRECTION_COLUMN
# PHPExcel_Chart_DataSeries::DIRECTION_COL
string DIRECTION_VERTICAL
# PHPExcel_Chart_DataSeries::DIRECTION_COL
string STYLE_LINEMARKER
# 'lineMarker'
string STYLE_SMOOTHMARKER
# 'smoothMarker'
string STYLE_MARKER
# 'marker'
string STYLE_FILLED
# 'filled'
Properties summary
private string $_plotType

Series Plot Type

Series Plot Type

# null
private boolean $_plotGrouping

Plot Grouping Type

Plot Grouping Type

# null
private boolean $_plotDirection

Plot Direction

Plot Direction

# null
private string $_plotStyle

Plot Style

Plot Style

# null
private array $_plotOrder

Order of plots in Series

Order of plots in Series

# array()
private array $_plotLabel

Plot Label

Plot Label

# array()
private array $_plotCategory

Plot Category

Plot Category

# array()
private string $_smoothLine

Smooth Line

Smooth Line

# null
private array $_plotValues

Plot Values

Plot Values

# array()
Autene API documentation generated by ApiGen