Public Member Functions | |
setGrid (GoogleChartGrid $grid) | |
getGrid () | |
toString () | |
Static Public Member Functions | |
static | create () |
Private Member Functions | |
createDefault () | |
Private Attributes | |
$grid = null |
Definition at line 15 of file GoogleGridedLineChart.class.php.
static GoogleGridedLineChart::create | ( | ) | [static] |
Reimplemented from GoogleNormalizedLineChart.
Definition at line 22 of file GoogleGridedLineChart.class.php.
Referenced by createDefault().
GoogleGridedLineChart::createDefault | ( | ) | [private] |
Definition at line 60 of file GoogleGridedLineChart.class.php.
References GoogleChart::$label, create(), GoogleChart::getData(), and GoogleChartAxisType::X.
Referenced by toString().
GoogleGridedLineChart::getGrid | ( | ) |
Definition at line 40 of file GoogleGridedLineChart.class.php.
GoogleGridedLineChart::setGrid | ( | GoogleChartGrid $ | grid | ) |
Definition at line 30 of file GoogleGridedLineChart.class.php.
GoogleGridedLineChart::toString | ( | ) |
Reimplemented from GoogleLineChart.
Definition at line 45 of file GoogleGridedLineChart.class.php.
References createDefault().
GoogleGridedLineChart::$grid = null [private] |
Definition at line 17 of file GoogleGridedLineChart.class.php.