categoryAxis.nameString(default: "primary")

The unique axis name.

Example

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