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
state.valueAxis.title.color
Not finding the help you need?
Contact Support