Documentation

ObjectsChart extends AbstractDecoratorWriter
in package

Table of Contents

Properties

$arrayChart  : array<string|int, Chart>
$arrayData  : mixed
$arrayTitle  : mixed
$numData  : int
$numSeries  : int
$oHashTable  : HashTable
$oPresentation  : PhpPresentation
$oZip  : ZipInterface
$rangeCol  : string
$xmlContent  : XMLWriter

Methods

getArrayChart()  : array<string|int, Chart>
getDrawingHashTable()  : HashTable
getPresentation()  : PhpPresentation
getZip()  : ZipInterface
render()  : ZipInterface
setArrayChart()  : AbstractDecoratorWriter
setDrawingHashTable()  : $this
setPresentation()  : $this
setZip()  : $this
writeAxis()  : void
writeAxisMainStyle()  : void
writeAxisStyle()  : void
writeAxisTitleStyle()  : void
writeChartStyle()  : void
writeContentPart()  : string
writeFloor()  : void
writeFloorStyle()  : void
writeGridline()  : void
writeGridlineStyle()  : void
writeLegend()  : void
writeLegendStyle()  : void
writePlotArea()  : void
writePlotAreaStyle()  : void
writeSeries()  : void
writeSeriesStyle()  : void
writeTable()  : void
writeTitle()  : void
writeTitleStyle()  : void
writeWall()  : void
writeWallStyle()  : void

Properties

Methods

render()

public render() : ZipInterface
Return values
ZipInterface

setZip()

public setZip(ZipInterface $oZip) : $this
Parameters
$oZip : ZipInterface
Return values
$this

writeAxisStyle()

protected writeAxisStyle(Chart $chart) : void
Parameters
$chart : Chart
Tags
todo

Set function in \PhpPresentation\Shape\Chart\Axis for defining width and color of the axis

writeAxisTitleStyle()

protected writeAxisTitleStyle(Axis $axis, string $styleName) : void
Parameters
$axis : Axis
$styleName : string

writeContentPart()

protected writeContentPart(Chart $chart) : string
Parameters
$chart : Chart
Return values
string

writeGridline()

protected writeGridline(Gridlines|null $oGridlines, string $styleName, string $chartClass) : void
Parameters
$oGridlines : Gridlines|null
$styleName : string
$chartClass : string

writeGridlineStyle()

protected writeGridlineStyle(Gridlines|null $oGridlines, string $styleName) : void
Parameters
$oGridlines : Gridlines|null
$styleName : string

writePlotAreaStyle()

protected writePlotAreaStyle(Chart $chart) : void
Parameters
$chart : Chart
Tags
see

: http://books.evc-cit.info/odbook/ch08.html#chart-plot-area-section


        
On this page

Search results