Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
This is the complete list of members for core\chart_base, including all inherited members.
$labels | core\chart_base | protected |
$legendoptions | 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_labels() | core\chart_base | |
get_legend_options() | 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_base | |
set_defaults() | core\chart_base | protected |
set_labels(array $labels) | core\chart_base | |
set_legend_options(array $legendoptions) | 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 |