[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Chart/ -> DataSeriesValues.php (summary)

(no description)

File Size: 333 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_Chart_DataSeriesValues:: (17 methods):
  __construct()
  getDataType()
  setDataType()
  getDataSource()
  setDataSource()
  getPointMarker()
  setPointMarker()
  getFormatCode()
  setFormatCode()
  getPointCount()
  isMultiLevelSeries()
  multiLevelCount()
  getDataValues()
  getDataValue()
  setDataValues()
  stripNulls()
  refresh()


Class: PHPExcel_Chart_DataSeriesValues  - X-Ref

PHPExcel_Chart_DataSeriesValues

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

__construct($dataType = self::DATASERIES_TYPE_NUMBER, $dataSource = null, $formatCode = null, $pointCount = 0, $dataValues = array()   X-Ref
Create a new PHPExcel_Chart_DataSeriesValues object


getDataType()   X-Ref
Get Series Data Type

return: string

setDataType($dataType = self::DATASERIES_TYPE_NUMBER)   X-Ref
Set Series Data Type

param: string    $dataType    Datatype of this data series
return: PHPExcel_Chart_DataSeriesValues

getDataSource()   X-Ref
Get Series Data Source (formula)

return: string

setDataSource($dataSource = null, $refreshDataValues = true)   X-Ref
Set Series Data Source (formula)

param: string    $dataSource
return: PHPExcel_Chart_DataSeriesValues

getPointMarker()   X-Ref
Get Point Marker

return: string

setPointMarker($marker = null)   X-Ref
Set Point Marker

param: string    $marker
return: PHPExcel_Chart_DataSeriesValues

getFormatCode()   X-Ref
Get Series Format Code

return: string

setFormatCode($formatCode = null)   X-Ref
Set Series Format Code

param: string    $formatCode
return: PHPExcel_Chart_DataSeriesValues

getPointCount()   X-Ref
Get Series Point Count

return: integer

isMultiLevelSeries()   X-Ref
Identify if the Data Series is a multi-level or a simple series

return: boolean

multiLevelCount()   X-Ref
Return the level count of a multi-level Data Series

return: boolean

getDataValues()   X-Ref
Get Series Data Values

return: array of mixed

getDataValue()   X-Ref
Get the first Series Data value

return: mixed

setDataValues($dataValues = array()   X-Ref
Set Series Data Values

param: array    $dataValues
param: boolean    $refreshDataSource
return: PHPExcel_Chart_DataSeriesValues

stripNulls($var)   X-Ref
No description

refresh(PHPExcel_Worksheet $worksheet, $flatten = true)   X-Ref
No description



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1