IRenderer
Table of Contents
| __construct() | IRenderer constructor. | mixed |
|---|---|---|
| render() | Render the chart to given file (or stream). | bool |
Methods
__construct()
IRenderer constructor.
public
__construct(
$chart :
Chart
)
: mixed
Parameters
- $chart : Chart
Return values
mixedrender()
Render the chart to given file (or stream).
public
render(
$filename :
string
)
: bool
Parameters
- $filename : string
Name of the file render to
Return values
bool —true on success