ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Chart data points series. More...
Public Member Functions | |
setLineWidth ($a_value) | |
Set line width. More... | |
getLineWidth () | |
Get line width. More... | |
setPointRadius ($a_value) | |
Set radius. More... | |
getPointRadius () | |
Get radius. More... | |
Public Member Functions inherited from ilChartData | |
setHidden ($a_value) | |
Set hidden. More... | |
isHidden () | |
Is hidden? More... | |
setLabel ($a_value) | |
Set label. More... | |
getLabel () | |
Get label. More... | |
addPoint ($a_x, $a_y=null) | |
Set data. More... | |
getData () | |
Get data. More... | |
setFill ($a_value, $a_color=null) | |
Set fill. More... | |
getFill () | |
Get fill. More... | |
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) | |
Protected Member Functions inherited from ilChartData | |
getTypeString () | |
Get series type. More... | |
parseDataOptions (array &$a_options) | |
Convert data options to flot config. More... | |
Protected Attributes | |
$line_width | |
$radius | |
Protected Attributes inherited from ilChartData | |
$type | |
$label | |
$data | |
$fill | |
$fill_color | |
$hidden | |
ilChartDataPoints::getLineWidth | ( | ) |
Get line width.
Definition at line 38 of file class.ilChartDataPoints.php.
References $line_width.
Referenced by parseDataOptions().
ilChartDataPoints::getPointRadius | ( | ) |
Get radius.
Definition at line 58 of file class.ilChartDataPoints.php.
References $radius.
Referenced by parseDataOptions().
|
protected |
Definition at line 18 of file class.ilChartDataPoints.php.
|
protected |
Definition at line 63 of file class.ilChartDataPoints.php.
References $radius, getLineWidth(), and getPointRadius().
ilChartDataPoints::setLineWidth | ( | $a_value | ) |
ilChartDataPoints::setPointRadius | ( | $a_value | ) |
|
protected |
Definition at line 15 of file class.ilChartDataPoints.php.
Referenced by getLineWidth().
|
protected |
Definition at line 16 of file class.ilChartDataPoints.php.
Referenced by getPointRadius(), and parseDataOptions().