messages.windowObject
Specifies the text configuration for the ChartWizard window messages.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
messages: {
window: {
title: "Chart Creation Wizard"
}
}
});
</script>
In this article