messages.tabObject
Specifies the text of the tabs.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
messages: {
tab: {
chart: "Chart Type",
data: "Data Source",
format: "Formatting"
}
}
});
</script>