TYPE_BARCHART
TYPE_BARCHART = 'barChart'
PHPExcel_Chart_DataSeries
__construct( $plotType = null, $plotGrouping = null, $plotOrder = array(), $plotLabel = array(), $plotCategory = array(), $plotValues = array(), $smoothLine = null, $plotStyle = null)
Create a new PHPExcel_Chart_DataSeries
$plotType | ||
$plotGrouping | ||
$plotOrder | ||
$plotLabel | ||
$plotCategory | ||
$plotValues | ||
$smoothLine | ||
$plotStyle |
getPlotLabelByIndex( $index) : \PHPExcel_Chart_DataSeriesValues
Get Plot Label by Index
$index |
getPlotCategoryByIndex( $index) : \PHPExcel_Chart_DataSeriesValues
Get Plot Category by Index
$index |
getPlotValuesByIndex( $index) : \PHPExcel_Chart_DataSeriesValues
Get Plot Values by Index
$index |
refresh(\PHPExcel_Worksheet $worksheet)
\PHPExcel_Worksheet | $worksheet |