TYPE_BARCHART
TYPE_BARCHART = 'barChart'
PHPExcel_Chart_DataSeries
__construct( $plotType = null, $plotGrouping = null, $plotOrder = array(), $plotLabel = array(), $plotCategory = array(), $plotValues = array(), $plotDirection = null, $smoothLine = null, $plotStyle = null)
Create a new PHPExcel_Chart_DataSeries
$plotType | ||
$plotGrouping | ||
$plotOrder | ||
$plotLabel | ||
$plotCategory | ||
$plotValues | ||
$plotDirection | ||
$smoothLine | ||
$plotStyle |
setPlotType(string $plotType = '') : \PHPExcel_Chart_DataSeries
Set Plot Type
string | $plotType |
setPlotGrouping(string $groupingType = null) : \PHPExcel_Chart_DataSeries
Set Plot Grouping Type
string | $groupingType |
setPlotDirection(string $plotDirection = null) : \PHPExcel_Chart_DataSeries
Set Plot Direction
string | $plotDirection |
getPlotLabelByIndex( $index) : \PHPExcel_Chart_DataSeriesValues
Get Plot Label by Index
$index |
getPlotCategoryByIndex( $index) : \PHPExcel_Chart_DataSeriesValues
Get Plot Category by Index
$index |
setPlotStyle(string $plotStyle = null) : \PHPExcel_Chart_DataSeries
Set Plot Style
string | $plotStyle |
getPlotValuesByIndex( $index) : \PHPExcel_Chart_DataSeriesValues
Get Plot Values by Index
$index |
setSmoothLine(boolean $smoothLine = TRUE) : \PHPExcel_Chart_DataSeries
Set Smooth Line
boolean | $smoothLine |
refresh(\PHPExcel_Worksheet $worksheet)
\PHPExcel_Worksheet | $worksheet |