SeriesHighlightComponent
Represents the Chart series highlighting configuration options.
Selector
kendo-chart-series-item-highlight
Inputs
Name | Type | Default | Description |
---|---|---|---|
border |
|
Specifies the border configuration of the highlight. | |
color |
|
Specifies the color of the highlight. | |
line |
|
Specifies the line configuration of the highlight. | |
markers |
|
Specifies the markers configuration of the highlight. | |
opacity |
|
Specifies the opacity of the highlight. | |
toggle |
|
Specifies a function that handles the highlight toggle event. | |
visible |
|
|
Determines whether the Chart highlights the series when the user hovers over it with the mouse. |
visual |
|
Specifies a function that creates a custom visual for the highlight. |
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
| ||||||
|