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