TYPE_BARCHART
TYPE_BARCHART = 'barChart'
PHPExcel_Chart_DataSeries
$_plotType : string
Series Plot Type
$_plotGrouping : bool
Plot Grouping Type
$_plotDirection : bool
Plot Direction
$_plotStyle : string
Plot Style
$_plotOrder : array
Order of plots in Series
$_plotLabel : array
Plot Label
$_plotCategory : array
Plot Category
$_smoothLine : string
Smooth Line
$_plotValues : array
Plot Values
__construct(mixed $plotType = null, mixed $plotGrouping = null, mixed $plotOrder = array(), mixed $plotLabel = array(), mixed $plotCategory = array(), mixed $plotValues = array(), mixed $smoothLine = null, mixed $plotStyle = null) : mixed
Create a new PHPExcel_Chart_DataSeries
mixed | $plotType | |
mixed | $plotGrouping | |
mixed | $plotOrder | |
mixed | $plotLabel | |
mixed | $plotCategory | |
mixed | $plotValues | |
mixed | $smoothLine | |
mixed | $plotStyle |