state.title.colorString
The color of the chart title.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
state: {
title: {
color: "#ff0000"
}
}
});
</script>
StringThe color of the chart title.
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
state: {
title: {
color: "#ff0000"
}
}
});
</script>