ILIAS
Release_4_0_x_branch Revision 61816
|
Class SurveyChart. More...
Public Member Functions | |
SurveyChart ($GraphTyp, $XSize, $YSize, $Titel, $XLabel, $YLabel, $DataArray) | |
makeDataForOneQuestion ($Data, $GraphTyp) | |
draw () |
Data Fields | |
$graph | |
$graphData |
Class SurveyChart.
Definition at line 33 of file class.SurveyChart.php.
SurveyChart::draw | ( | ) |
Definition at line 100 of file class.SurveyChart.php.
Referenced by SurveyChart().
SurveyChart::makeDataForOneQuestion | ( | $Data, | |
$GraphTyp | |||
) |
Definition at line 77 of file class.SurveyChart.php.
Referenced by SurveyChart().
SurveyChart::SurveyChart | ( | $GraphTyp, | |
$XSize, | |||
$YSize, | |||
$Titel, | |||
$XLabel, | |||
$YLabel, | |||
$DataArray | |||
) |
Definition at line 38 of file class.SurveyChart.php.
References draw(), and makeDataForOneQuestion().
SurveyChart::$graph |
Definition at line 35 of file class.SurveyChart.php.
SurveyChart::$graphData |
Definition at line 36 of file class.SurveyChart.php.