IRenderer
in
Table of Contents
Methods
- __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
render()
Render the chart to given file (or stream).
public
render(string|null $filename) : bool
Parameters
- $filename : string|null
-
Name of the file render to
Return values
bool —true on success