New to Kendo UI for Angular? Start a free 30-day trial

LegendItemComponent

The configuration of the Chart legend item.

<kendo-chart>
  <kendo-chart-legend>
     <kendo-chart-legend-item cursor="crosshair"></kendo-chart-legend-item>
  </kendo-chart-legend>
</kendo-chart>

Selector

kendo-chart-legend-item

Inputs

NameTypeDefaultDescription

cursor

string

The cursor style of the legend item.

visual

(e: LegendItemVisualArgs) => Element

A function for creating a custom visual for the legend items.

Methods

notifyChanges

Updates the component fields with the specified values and refreshes the Chart.

Use this method when the configuration values cannot be set through the template.

item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article

Not finding the help you need?