- Description:
Chart line.
- Source:
- Copyright:
- 2016 Frédéric Massart - FMCorz.net
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Chart line.
Methods
(inner) getSmooth() → {Bool}
- Description:
Get whether the line should be smooth or not.
- Source:
Returns:
- Type
- Bool
(inner) setSmooth(smooth)
- Description:
Set whether the line should be smooth or not.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
smooth |
Bool | True if the line chart should be smooth, false otherwise. |