state.series.typeString(default: "column")

The type of the series.

The supported values are:

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    state: {
        series: [{
            type: "line",
            data: [100, 150, 200]
        }]
    }
});
</script>
In this article
state.series.type
Not finding the help you need?
Contact Support