NavigatorSeriesTooltipComponent
Represents the tooltip configuration of the StockChart navigator series.
Displays when you set the navigator.series.tooltip.visible
option to true
.
Selector
kendo-chart-navigator-series-item-tooltip
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Specifies the background color of the tooltip. | |
border |
|
Specifies the border configuration of the tooltip. | |
color |
|
Specifies the text color of the tooltip. | |
font |
|
|
Specifies the font of the tooltip. |
format |
|
Specifies the format of the tooltip. | |
padding |
|
Specifies the padding of the tooltip. | |
visible |
|
|
Determines whether the Chart displays the series tooltip. |
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
| ||||||
|