Public Member Functions | |
setValue ($value) | |
setStyle (ChartLineStyle $style) | |
getStyle () | |
setLabelStyle (ChartLabelStyle $style) | |
getLabelStyle () | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$style = null | |
$labelStyle = null |
Definition at line 15 of file GoogleChartLine.class.php.
static GoogleChartLine::create | ( | ) | [static] |
Reimplemented from GoogleChartPiece.
Definition at line 23 of file GoogleChartLine.class.php.
GoogleChartLine::getLabelStyle | ( | ) |
Definition at line 67 of file GoogleChartLine.class.php.
Referenced by GoogleLineChart::addLine().
GoogleChartLine::getStyle | ( | ) |
Definition at line 49 of file GoogleChartLine.class.php.
Referenced by GoogleLineChart::addLine().
GoogleChartLine::setLabelStyle | ( | ChartLabelStyle $ | style | ) |
Definition at line 57 of file GoogleChartLine.class.php.
GoogleChartLine::setStyle | ( | ChartLineStyle $ | style | ) |
Definition at line 39 of file GoogleChartLine.class.php.
GoogleChartLine::setValue | ( | $ | value | ) |
Reimplemented from GoogleChartPiece.
Definition at line 31 of file GoogleChartLine.class.php.
References GoogleChartPiece::$value.
GoogleChartLine::$labelStyle = null [private] |
Definition at line 18 of file GoogleChartLine.class.php.
GoogleChartLine::$style = null [private] |
Definition at line 17 of file GoogleChartLine.class.php.