|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilChartDataBars:
Collaboration diagram for ilChartDataBars:Public Member Functions | |
| setLineWidth (int $a_value) | |
| getLineWidth () | |
| setBarOptions (float $a_width, string $a_align="center", bool $a_horizontal=false) | |
Public Member Functions inherited from ilChartData | |
| 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) | |
| Convert data options to flot config. More... | |
| getTypeString () | |
| parseDataOptions (array &$a_options) | |
| Convert data options to flot config. More... | |
Protected Attributes | |
| int | $line_width = null |
| float | $bar_width = 0 |
| string | $bar_align = "" |
| bool | $bar_horizontal = false |
Protected Attributes inherited from ilChartData | |
| 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 bars series
Definition at line 21 of file class.ilChartDataBars.php.
| ilChartDataBars::getLineWidth | ( | ) |
Definition at line 38 of file class.ilChartDataBars.php.
References $line_width.
|
protected |
Reimplemented from ilChartData.
Definition at line 28 of file class.ilChartDataBars.php.
|
protected |
Convert data options to flot config.
Reimplemented from ilChartData.
Definition at line 55 of file class.ilChartDataBars.php.
| ilChartDataBars::setBarOptions | ( | float | $a_width, |
| string | $a_align = "center", |
||
| bool | $a_horizontal = false |
||
| ) |
Definition at line 43 of file class.ilChartDataBars.php.
| ilChartDataBars::setLineWidth | ( | int | $a_value | ) |
Definition at line 33 of file class.ilChartDataBars.php.
|
protected |
Definition at line 25 of file class.ilChartDataBars.php.
|
protected |
Definition at line 26 of file class.ilChartDataBars.php.
|
protected |
Definition at line 24 of file class.ilChartDataBars.php.
|
protected |
Definition at line 23 of file class.ilChartDataBars.php.
Referenced by getLineWidth().