state.valueAxis.labelsObject
The axis labels configuration.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
state: {
valueAxis: {
labels: {
color: "#333",
font: "11px Arial",
format: "{0:N0}",
rotation: 0
}
}
}
});
</script>
In this article