Umfragen
|
Public Member Functions | |
chart_format_data () | |
formats data for charting | |
chart_display_chart () | |
display only the chart | |
chart_display_legend () | |
displays the legend for the chart | |
chart_display () | |
display legend and the chart | |
chart_make () | |
makes the chartobject and loads count. Must be executed before any chart action |
Definition at line 199 of file widget.class.php.
chart_display | ( | ) |
display legend and the chart
Implemented in matrix, radioButtonList, checkBoxSingle, and checkBoxList.
chart_display_chart | ( | ) |
display only the chart
Implemented in matrix, radioButtonList, checkBoxSingle, and checkBoxList.
chart_display_legend | ( | ) |
displays the legend for the chart
Implemented in matrix, radioButtonList, checkBoxSingle, and checkBoxList.
chart_format_data | ( | ) |
formats data for charting
Implemented in matrix, radioButtonList, checkBoxSingle, and checkBoxList.
chart_make | ( | ) |
makes the chartobject and loads count. Must be executed before any chart action
Implemented in matrix, checkBoxSingle, radioButtonList, and checkBoxList.