messages.formatObject
Specifies the text of the format tab content.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
messages: {
format: {
chartArea: {
expandText: "Chart Area Settings"
},
title: {
expandText: "Title Settings"
}
}
}
});
</script>