valueAxisArray|Object

The value axis configuration options.

Example - configure the chart value axis

<div id="chart"></div> <script> $("#chart").kendoChart({ valueAxis: { min: 0, max: 10, majorUnit: 2 }, series: [ { data: [1, 2] } ] }); </script>

Related Properties

In this article
valueAxisRelated Properties
Not finding the help you need?
Contact Support