series.legendItem.area.opacityNumber

The opacity of the legend item. Defaults to the series opacity.

Example - set the area legend item opacity

<div id="chart"></div>
<script>
$("#chart").kendoChart({
  series: [{
    type: "area",
    name: "Series A",
    data: [1, 2, 3],
    legendItem: {
      area: {
        opacity: 0.5
      }
    }
  }]
});
</script>
In this article
series.legendItem.area.opacity
Not finding the help you need?
Contact Support