|
Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
This is the complete list of members for core\chart_line, including all inherited members.
| $labels | core\chart_base | protected |
| $series | core\chart_base | protected |
| $smooth | core\chart_line | 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_series() | core\chart_base | |
| get_smooth() | core\chart_line | |
| 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_line | |
| set_defaults() | core\chart_base | protected |
| set_labels(array $labels) | core\chart_base | |
| set_smooth($smooth) | core\chart_line | |
| 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 |