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