Public Member Functions | |
addAxis (GoogleChartAxis $axis) | |
getAxisByTypeId ($typeId) | |
toString () | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$axes = array() |
Definition at line 15 of file GoogleChartAxisCollection.class.php.
GoogleChartAxisCollection::addAxis | ( | GoogleChartAxis $ | axis | ) |
Definition at line 30 of file GoogleChartAxisCollection.class.php.
References GoogleChartAxis::getType().
static GoogleChartAxisCollection::create | ( | ) | [static] |
Definition at line 22 of file GoogleChartAxisCollection.class.php.
GoogleChartAxisCollection::getAxisByTypeId | ( | $ | typeId | ) |
Definition at line 45 of file GoogleChartAxisCollection.class.php.
GoogleChartAxisCollection::toString | ( | ) |
Definition at line 53 of file GoogleChartAxisCollection.class.php.
References GoogleChartDataRange::getParamName(), and GoogleChartAxisType::getParamName().
GoogleChartAxisCollection::$axes = array() [private] |
Definition at line 17 of file GoogleChartAxisCollection.class.php.