ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setLineWidth (?int $a_value) | |
getLineWidth () | |
setPointRadius (int $a_value) | |
getPointRadius () | |
![]() | |
setHidden (bool $a_value) | |
isHidden () | |
setLabel (string $a_value) | |
getLabel () | |
addPoint (float $a_x, ?float $a_y=null) | |
Set data. More... | |
getData () | |
Get data. More... | |
setFill (float $a_value, string $a_color="") | |
getFill () | |
parseData (array &$a_data) | |
Convert data to flot config. More... | |
parseGlobalOptions (stdClass $a_options, ilChart $a_chart) | |
Convert (global) properties to flot config. More... | |
Protected Member Functions | |
getTypeString () | |
parseDataOptions (array &$a_options) | |
![]() | |
getTypeString () | |
parseDataOptions (array &$a_options) | |
Convert data options to flot config. More... | |
Protected Attributes | |
int | $line_width = null |
int | $radius = null |
![]() | |
string | $type = "" |
string | $label = "" |
array | $data = [] |
float | $fill = 0 |
string | $fill_color = "" |
bool | $hidden = false |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too. If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Chart data points series
Definition at line 20 of file class.ilChartDataPoints.php.
ilChartDataPoints::getLineWidth | ( | ) |
Definition at line 35 of file class.ilChartDataPoints.php.
References $line_width.
Referenced by parseDataOptions().
ilChartDataPoints::getPointRadius | ( | ) |
Definition at line 45 of file class.ilChartDataPoints.php.
References $radius.
Referenced by parseDataOptions().
|
protected |
Definition at line 25 of file class.ilChartDataPoints.php.
|
protected |
Definition at line 50 of file class.ilChartDataPoints.php.
References $radius, getLineWidth(), and getPointRadius().
ilChartDataPoints::setLineWidth | ( | ?int | $a_value | ) |
Definition at line 30 of file class.ilChartDataPoints.php.
ilChartDataPoints::setPointRadius | ( | int | $a_value | ) |
Definition at line 40 of file class.ilChartDataPoints.php.
|
protected |
Definition at line 22 of file class.ilChartDataPoints.php.
Referenced by getLineWidth().
|
protected |
Definition at line 23 of file class.ilChartDataPoints.php.
Referenced by getPointRadius(), and parseDataOptions().