| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2015 PHPExcel
| Copyright: | Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) |
| License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
| Version: | ##VERSION##, ##DATE## |
| File Size: | 390 lines (10 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Chart_DataSeries:: (20 methods):
__construct()
getPlotType()
setPlotType()
getPlotGrouping()
setPlotGrouping()
getPlotDirection()
setPlotDirection()
getPlotOrder()
getPlotLabels()
getPlotLabelByIndex()
getPlotCategories()
getPlotCategoryByIndex()
getPlotStyle()
setPlotStyle()
getPlotValues()
getPlotValuesByIndex()
getPlotSeriesCount()
getSmoothLine()
setSmoothLine()
refresh()
Class: PHPExcel_Chart_DataSeries - X-Ref
PHPExcel_Chart_DataSeries| __construct($plotType = null, $plotGrouping = null, $plotOrder = array() X-Ref |
| Create a new PHPExcel_Chart_DataSeries |
| getPlotType() X-Ref |
| Get Plot Type return: string |
| setPlotType($plotType = '') X-Ref |
| Set Plot Type param: string $plotType return: PHPExcel_Chart_DataSeries |
| getPlotGrouping() X-Ref |
| Get Plot Grouping Type return: string |
| setPlotGrouping($groupingType = null) X-Ref |
| Set Plot Grouping Type param: string $groupingType return: PHPExcel_Chart_DataSeries |
| getPlotDirection() X-Ref |
| Get Plot Direction return: string |
| setPlotDirection($plotDirection = null) X-Ref |
| Set Plot Direction param: string $plotDirection return: PHPExcel_Chart_DataSeries |
| getPlotOrder() X-Ref |
| Get Plot Order return: string |
| getPlotLabels() X-Ref |
| Get Plot Labels return: array of PHPExcel_Chart_DataSeriesValues |
| getPlotLabelByIndex($index) X-Ref |
| Get Plot Label by Index return: PHPExcel_Chart_DataSeriesValues |
| getPlotCategories() X-Ref |
| Get Plot Categories return: array of PHPExcel_Chart_DataSeriesValues |
| getPlotCategoryByIndex($index) X-Ref |
| Get Plot Category by Index return: PHPExcel_Chart_DataSeriesValues |
| getPlotStyle() X-Ref |
| Get Plot Style return: string |
| setPlotStyle($plotStyle = null) X-Ref |
| Set Plot Style param: string $plotStyle return: PHPExcel_Chart_DataSeries |
| getPlotValues() X-Ref |
| Get Plot Values return: array of PHPExcel_Chart_DataSeriesValues |
| getPlotValuesByIndex($index) X-Ref |
| Get Plot Values by Index return: PHPExcel_Chart_DataSeriesValues |
| getPlotSeriesCount() X-Ref |
| Get Number of Plot Series return: integer |
| getSmoothLine() X-Ref |
| Get Smooth Line return: boolean |
| setSmoothLine($smoothLine = true) X-Ref |
| Set Smooth Line param: boolean $smoothLine return: PHPExcel_Chart_DataSeries |
| refresh(PHPExcel_Worksheet $worksheet) X-Ref |
| No description |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |