NavigatorSeriesHighlightComponent
The configuration options of the StockChart series highlight.
Selector
kendo-chart-navigator-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. | |
visible |
|
|
If set to |
visual |
|
A function for setting custom visuals for the point highlights. |
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
| ||||||
|