state.subtitle.colorString

The color of the chart subtitle.

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    state: {
        subtitle: {
            color: "#999999"
        }
    }
});
</script>
In this article
state.subtitle.color
Not finding the help you need?
Contact Support