state.titleObject|String

The chart title configuration options or text.

Example

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