maxPoints
displays an average number of values in case a data set is too large to show all the values in the chart
maxPoints?: number;
Example
var chart = new dhx.Chart("chart", {
type:"line",
maxPoints:100
});
Related sample: Chart. Max Points