|
ILIAS
Release_4_2_x_branch Revision 61807
|
Class SurveyChart. More...
Collaboration diagram for SurveyChart:Public Member Functions | |
| SurveyChart ($GraphTyp, $XSize, $YSize, $Titel, $XLabel, $YLabel, $DataArray) | |
| makeDataForOneQuestion ($Data, $GraphTyp) | |
| draw () | |
Data Fields | |
| $graph | |
| $graphData | |
Class SurveyChart.
================= DEPRECATED - using /Services/Chart/ now ===================
Definition at line 35 of file class.SurveyChart.php.
| SurveyChart::draw | ( | ) |
Definition at line 102 of file class.SurveyChart.php.
Referenced by SurveyChart().
Here is the caller graph for this function:| SurveyChart::makeDataForOneQuestion | ( | $Data, | |
| $GraphTyp | |||
| ) |
Definition at line 79 of file class.SurveyChart.php.
Referenced by SurveyChart().
Here is the caller graph for this function:| SurveyChart::SurveyChart | ( | $GraphTyp, | |
| $XSize, | |||
| $YSize, | |||
| $Titel, | |||
| $XLabel, | |||
| $YLabel, | |||
| $DataArray | |||
| ) |
Definition at line 40 of file class.SurveyChart.php.
References draw(), and makeDataForOneQuestion().
Here is the call graph for this function:| SurveyChart::$graph |
Definition at line 37 of file class.SurveyChart.php.
| SurveyChart::$graphData |
Definition at line 38 of file class.SurveyChart.php.