state.initialSeries.colorString

The series base color. The supported values are:

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    state: {
        initialSeries: {
            color: "#ff6800",
            field: "sales"
        }
    }
});
</script>
  • CSS color string, including hex and rgb
  • function(point) - user-defined function that will be evaluated for each point. Returning undefined will assume the default series color.
In this article
state.initialSeries.color
Not finding the help you need?
Contact Support