New to Kendo UI for Angular? Start a free 30-day trial
LegendInactiveItemsComponent
The configuration of the inactive Chart legend items.
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
Name | Type | Default | Description |
---|---|---|---|
labels |
|
The label configuration of the Chart legend. |
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
| ||||||
|