New to Kendo UI for AngularStart a free 30-day trial

LegendInactiveItemsComponent

Represents the Kendo UI for Angular Chart Legend Inactive Items configuration.

html
<kendo-chart>
  <kendo-chart-legend>
     <kendo-chart-legend-inactive-items [labels]="{color: 'pink'}"></kendo-chart-legend-inactive-items>
  </kendo-chart-legend>
</kendo-chart>

Selector

kendo-chart-legend-inactive-items

Inputs

NameTypeDefaultDescription

labels

LegendLabels

Specifies the labels configuration for inactive 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.

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

changes

any

An object containing the updated input fields.

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