| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class SurveyChart. More...
 Collaboration diagram for SurveyChart:
 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.
Definition at line 33 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:
 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:
 Here is the caller graph for this function:| SurveyChart::SurveyChart | ( | $GraphTyp, | |
| $XSize, | |||
| $YSize, | |||
| $Titel, | |||
| $XLabel, | |||
| $YLabel, | |||
| $DataArray | |||
| ) | 
Definition at line 38 of file class.SurveyChart.php.
References draw(), and makeDataForOneQuestion().
 Here is the call graph for this function:
 Here is the call graph for this function:| SurveyChart::$graph | 
Definition at line 35 of file class.SurveyChart.php.
| SurveyChart::$graphData | 
Definition at line 36 of file class.SurveyChart.php.