messages.dataObject

Specifies the text of the data tab content.

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    messages: {
        data: {
            configuration: {
                expandText: "Data Configuration Options"
            }
        }
    }
});
</script>
In this article
messages.dataRelated Properties
Not finding the help you need?
Contact Support