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>
In this article
messages.tabRelated Properties
Not finding the help you need?
Contact Support