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

The type of the series.

The supported values are:

Example

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