valueAxisArray

The value axis configuration options.

Example

<div id="sparkline"></div>
<script>
$("#sparkline").kendoSparkline({
    valueAxis: {
        min: 0,
        max: 20,
        color: "blue",
        labels: {
            visible: true,
            color: "red"
        },
        line: {
            visible: true,
            width: 2
        }
    },
    series: [{
        data: [10, 15, 8, 12]
    }]
});
</script>

Related Properties

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