Documentation

Chart extends WriterPart
in package

Table of Contents

Methods

__construct()  : mixed
Set parent Xlsx object.
getParentWriter()  : Xlsx
Get parent Xlsx object.
writeChart()  : string
Write charts to XML format.

Methods

__construct()

Set parent Xlsx object.

public __construct(Xlsx $writer) : mixed
Parameters
$writer : Xlsx

getParentWriter()

Get parent Xlsx object.

public getParentWriter() : Xlsx
Return values
Xlsx

writeChart()

Write charts to XML format.

public writeChart(Chart $chart[, bool $calculateCellValues = true ]) : string
Parameters
$chart : Chart
$calculateCellValues : bool = true
Return values
string

XML Output


        
On this page

Search results