state.subtitleObject

The chart subtitle configuration options or text.

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    state: {
        subtitle: {
            text: "Q1-Q4 2023",
            color: "#666",
            font: "14px Arial"
        }
    }
});
</script>
In this article
state.subtitleRelated Properties
Not finding the help you need?
Contact Support