core/chart_line

Chart line.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) getSmooth() → {Bool}

Source:

Get whether the line should be smooth or not.

Returns:
Type
Bool

(inner) setSmooth(smooth)

Source:

Set whether the line should be smooth or not.

Parameters:
Name Type Description
smooth Bool

True if the line chart should be smooth, false otherwise.