New to Kendo UI for Angular? Start a free 30-day trial
SeriesTooltipComponent
Represents the configuration options of the Chart series tooltip (see example).
Selector
kendo-chart-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
| ||||||
|