state.title.textString

The text of the chart title.

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    state: {
        title: {
            text: "Annual Sales Report",
            color: "#333",
            font: "18px Arial"
        }
    }
});
</script>
In this article
state.title.text
Not finding the help you need?
Contact Support