LegendInactiveItemsComponent
Component
Represents the Kendo UI for Angular Chart Legend Inactive Items configuration.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-legend-inactive-items
Syntax:
html
<kendo-chart>
<kendo-chart-legend>
<kendo-chart-legend-inactive-items [labels]="{color: 'pink'}"></kendo-chart-legend-inactive-items>
</kendo-chart-legend>
</kendo-chart>
Inputs
Specifies the labels configuration for inactive legend items.
Methods
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.
Parameters:changesany
An object containing the updated input fields.