axisDefaultsObject

Default options for all chart axes.

Example

<div id="sparkline"></div>
<script>
$("#sparkline").kendoSparkline({
    data: [1, 2, 3, 4, 5],
    axisDefaults: {
        color: "#ff0000",
        visible: true
    }
});
</script>
In this article
axisDefaults
Not finding the help you need?
Contact Support