SeriesHighlightComponent
The Chart series highlighting configuration options.
Selector
kendo-chart-series-item-highlight
Inputs
Name | Type | Default | Description |
---|---|---|---|
border |
| The border of the highlighted Chart series.
The color is computed automatically from the base point color.
The border option is supported when | |
color |
| The highlight color. Accepts a valid CSS color string, including hex and rgb.
The color option is supported when | |
line |
| The line of the highlighted Chart series.
The color is computed automatically from the base point color.
The line option is supported when | |
markers |
| The appearance of the highlighted point markers.
The markers option is supported when | |
opacity |
| The opacity of the highlighted points.
The opacity option is supported when | |
toggle |
| A function for handling the toggling of the points highlight. The available argument fields are:
| |
visible |
| If set to | |
visual |
| A function for setting custom visuals for the point highlights. The available argument fields are:
|
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.
| ||||||
|