messages.data.configuration.seriesObject
Specifies the text for the series fields in the configuration panel
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
messages: {
data: {
configuration: {
series: {
title: "Chart Series Configuration",
addSeries: "Add New Series"
}
}
}
}
});
</script>
In this article