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
Name | Type | Default | Description |
---|---|---|---|
area |
|
Sets the configuration of the legend items of type | |
cursor |
|
The cursor style of the legend item. | |
highlight |
|
The highlight configuration of the legend item. | |
line |
|
Sets the configuration of the legend items of type | |
markers |
|
The markers configuration of the legend item. Defaults to the series options. | |
type |
|
Sets the type of the legend item. The default value is based on the series type. | |
visual |
|
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. ts
| ||||||
|