The chart type.
Value type: String
Available values for Line Chart is: “line” and “spline”
var chart = new dhtmlXChart({ view:"line", ... })
or
chart.define("view","line");