$_name
$_name : string
Chart Name
PHPExcel_Chart
$_name : string
Chart Name
$_worksheet : \PHPExcel_Worksheet
Worksheet
$_title : \PHPExcel_Chart_Title
Chart Title
$_legend : \PHPExcel_Chart_Legend
Chart Legend
$_xAxisLabel : \PHPExcel_Chart_Title
X-Axis Label
$_yAxisLabel : \PHPExcel_Chart_Title
Y-Axis Label
$_plotArea : \PHPExcel_Chart_PlotArea
Chart Plot Area
$_plotVisibleOnly : bool
Plot Visible Only
$_displayBlanksAs : string
Display Blanks as
$_topLeftCellRef : string
Top-Left Cell Position
$_topLeftXOffset : int
Top-Left X-Offset
$_topLeftYOffset : int
Top-Left Y-Offset
$_bottomRightCellRef : string
Bottom-Right Cell Position
$_bottomRightXOffset : int
Bottom-Right X-Offset
$_bottomRightYOffset : int
Bottom-Right Y-Offset
__construct(mixed $name, \PHPExcel_Chart_Title $title = null, \PHPExcel_Chart_Legend $legend = null, \PHPExcel_Chart_PlotArea $plotArea = null, mixed $plotVisibleOnly = true, mixed $displayBlanksAs = '0', \PHPExcel_Chart_Title $xAxisLabel = null, \PHPExcel_Chart_Title $yAxisLabel = null) : mixed
Create a new PHPExcel_Chart
mixed | $name | |
\PHPExcel_Chart_Title | $title | |
\PHPExcel_Chart_Legend | $legend | |
\PHPExcel_Chart_PlotArea | $plotArea | |
mixed | $plotVisibleOnly | |
mixed | $displayBlanksAs | |
\PHPExcel_Chart_Title | $xAxisLabel | |
\PHPExcel_Chart_Title | $yAxisLabel |