Documentation

IRenderer

Table of Contents

__construct()  : mixed
IRenderer constructor.
render()  : bool
Render the chart to given file (or stream).

Methods

__construct()

IRenderer constructor.

public __construct(Chart $chart) : mixed
Parameters
$chart : Chart
Return values
mixed

render()

Render the chart to given file (or stream).

public render(string $filename) : bool
Parameters
$filename : string

Name of the file render to

Return values
bool

true on success

Search results