The type of the chart.
Value type: String
Available values for Line Chart are: “line”, “spline”
var chart = dhx.ui({ view:"chart", type:"line", container:"chart_container", ... })
or
chart.define("type","line");