PHPExcel_Chart_DataSeriesValues
category | PHPExcel |
---|---|
package | PHPExcel_Chart |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__construct($dataType, $dataSource, $formatCode, $pointCount, $dataValues, $marker)
getDataSource() : string
string
getDataType() : string
string
getDataValue() : mixed
mixed
getDataValues() : array
array
of mixedgetFormatCode() : string
string
getPointCount() : integer
integer
getPointMarker() : string
string
isMultiLevelSeries() : boolean
boolean
multiLevelCount() : boolean
boolean
refresh(\PHPExcel_Worksheet $worksheet, $flatten)
setDataSource(string $dataSource, $refreshDataValues) : \PHPExcel_Chart_DataSeriesValues
setDataType(string $dataType) : \PHPExcel_Chart_DataSeriesValues
string
Datatype of this data series Typical values are: PHPExcel_Chart_DataSeriesValues::DATASERIES_TYPE_STRING Normally used for axis point values PHPExcel_Chart_DataSeriesValues::DATASERIES_TYPE_NUMBER Normally used for chart data values
setDataValues(array $dataValues, boolean $refreshDataSource) : \PHPExcel_Chart_DataSeriesValues
array
boolean
TRUE - refresh the value of _dataSource based on the values of $dataValues FALSE - don't change the value of _dataSource
_stripNulls($var)
$_dataSource : string
$_dataType : string
$_dataTypeValues
$_dataValues : array
$_formatCode : string
$_marker : string
$_pointCount : integer
DATASERIES_TYPE_NUMBER
DATASERIES_TYPE_STRING