seriesDefaults.typeString

The default type of the series.

The supported values are:

Example

<div id="chart"></div>
<script>
$("#chart").kendoChart({
    series: [{
        name: "Series A",
        data: [1, 2, 3]
    }],
    seriesDefaults: {
        type: "column"
    }
});
</script>
In this article
seriesDefaults.type
Not finding the help you need?
Contact Support