valueAxis.notes.data.valueObject

The value of the note.

Example

<div id="sparkline"></div>
<script>
$("#sparkline").kendoSparkline({
    data: [10, 15, 8, 12, 18, 6, 14],
    valueAxis: {
        notes: {
            data: [
                { value: 12 },
                { value: 15 },
                { value: 8 }
            ]
        }
    }
});
</script>
In this article
valueAxis.notes.data.value
Not finding the help you need?
Contact Support