A chart type.
Value type: String
Available values for Scatter Chart is: “scatter”
var chart = new dhtmlXChart({ ... view:"scatter", ... })
or
chart.define("view","scatter");