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>
StringThe field which represents the configuration of the series.valueField.
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
state: {
valueField: "sales"
}
});
</script>