core/chart_line

Description:
  • Chart line.

Source:
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.