legend.reverseBoolean(default: false)

If set to true the legend items will be reversed.

Available in versions 2013.3.1306 and later.

Example

<div id="chart"></div>
<script>
$("#chart").kendoChart({
  legend: {
    reverse: true
  },
  series: [
    { name: "First Series", data: [1, 2, 3] },
    { name: "Second Series", data: [4, 5, 6] },
    { name: "Third Series", data: [7, 8, 9] }
  ]
});
</script>
In this article
legend.reverse
Not finding the help you need?
Contact Support