Check documentation for the latest version of dhtmlxSuite view DHTMLX Docs

view

A chart type.

Value type: String

Available values for Scatter Chart is: “scatter”

var chart =  new dhtmlXChart({
    ...
    view:"scatter",
    ...
})

or

chart.define("view","scatter");
Back to top