You are here

abstract function QuantChart::build in Quant 7

Perform all operations to build data required to output a chart

2 methods override QuantChart::build()
QuantChartChartAPI::build in plugins/QuantChartChartAPI.inc
Implements parent::build().
QuantChartTable::build in plugins/QuantChartTable.inc
Implements parent::build().

File

plugins/QuantChart.inc, line 18

Class

QuantChart
QuantChart class used to provide chart-rendering plugins

Code

abstract function build();