Public Member Functions | |
__construct () | |
addLine (GoogleChartLine $line) | |
setLegendPosition (GoogleChartLegendPositionType $type) | |
addAxis (GoogleChartAxis $axis) | |
toString () | |
Static Public Member Functions | |
static | create () |
Protected Attributes | |
$axesCollection = null | |
$style = null | |
$labelStyle = null |
Definition at line 15 of file GoogleLineChart.class.php.
GoogleLineChart::__construct | ( | ) |
Reimplemented from GoogleChart.
Reimplemented in GoogleNormalizedLineChart.
Definition at line 29 of file GoogleLineChart.class.php.
References GoogleChartLegendPositionType::BOTTOM, GoogleChartDataTextEncoding::create(), GoogleChartLegendPositionType::create(), create(), and GoogleChartType::LINE.
GoogleLineChart::addAxis | ( | GoogleChartAxis $ | axis | ) |
Definition at line 91 of file GoogleLineChart.class.php.
GoogleLineChart::addLine | ( | GoogleChartLine $ | line | ) |
Definition at line 61 of file GoogleLineChart.class.php.
References $labelStyle, $style, GoogleChartPiece::getColor(), GoogleChartLine::getLabelStyle(), GoogleChartLine::getStyle(), GoogleChartPiece::getTitle(), and GoogleChartPiece::getValue().
static GoogleLineChart::create | ( | ) | [static] |
Reimplemented from GoogleChart.
Reimplemented in GoogleGridedLineChart, and GoogleNormalizedLineChart.
Definition at line 24 of file GoogleLineChart.class.php.
Referenced by __construct().
GoogleLineChart::setLegendPosition | ( | GoogleChartLegendPositionType $ | type | ) |
Definition at line 81 of file GoogleLineChart.class.php.
GoogleLineChart::toString | ( | ) |
Reimplemented from GoogleChart.
Reimplemented in GoogleGridedLineChart.
Definition at line 98 of file GoogleLineChart.class.php.
GoogleLineChart::$axesCollection = null [protected] |
Definition at line 17 of file GoogleLineChart.class.php.
GoogleLineChart::$labelStyle = null [protected] |
Definition at line 19 of file GoogleLineChart.class.php.
Referenced by addLine().
GoogleLineChart::$style = null [protected] |
Definition at line 18 of file GoogleLineChart.class.php.
Referenced by addLine().