categoryAxisArray

The category axis configuration options.

Example

<div id="sparkline"></div>
<script>
$("#sparkline").kendoSparkline({
    data: [1, 2, 3, 4, 5],
    categoryAxis: {
        categories: ["A", "B", "C", "D", "E"],
        color: "#ff0000",
        visible: true
    }
});
</script>

Related Properties

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