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>
StringThe font of the chart title.
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
state: {
title: {
font: "18px Arial, sans-serif"
}
}
});
</script>