Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
This is the complete list of members for core\chart_pie, including all inherited members.
$doughnut | core\chart_pie | protected |
$labels | core\chart_base | protected |
$series | core\chart_base | protected |
$title | core\chart_base | protected |
$xaxes | core\chart_base | protected |
$yaxes | core\chart_base | protected |
__construct() | core\chart_base | |
add_series(chart_series $serie) | core\chart_base | |
get_doughnut() | core\chart_pie | |
get_labels() | core\chart_base | |
get_series() | core\chart_base | |
get_title() | core\chart_base | |
get_type() | core\chart_base | |
get_xaxes() | core\chart_base | |
get_xaxis($index=0, $createifnotexists=false) | core\chart_base | |
get_yaxes() | core\chart_base | |
get_yaxis($index=0, $createifnotexists=false) | core\chart_base | |
jsonSerialize() | core\chart_pie | |
set_defaults() | core\chart_base | protected |
set_doughnut($doughnut) | core\chart_pie | |
set_labels(array $labels) | core\chart_base | |
set_title($title) | core\chart_base | |
set_xaxis(chart_axis $axis, $index=0) | core\chart_base | |
set_yaxis(chart_axis $axis, $index=0) | core\chart_base | |
validate_axis($xy, chart_axis $axis, $index=0) | core\chart_base | protected |