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