state.valueFieldString

The field which represents the configuration of the series.valueField.

Example

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