state.title.fontString

The font of the chart title.

Example

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