NavigatorCategoryAxisCrosshairTooltipComponent
Represents the crosshair tooltip options for the navigator category axis.
The crosshair tooltip displays when you set the visible
option to true
.
Selector
kendo-chart-navigator-category-axis-crosshair-tooltip
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Sets the background color of the tooltip. | |
border |
|
Specifies the border configuration of the tooltip. | |
color |
|
Defines the text color of the tooltip. | |
font |
|
|
Sets the font of the tooltip. |
format |
|
|
Specifies the format used to display the tooltip. Uses the |
padding |
|
|
Specifies the padding of the crosshair tooltip. A numeric value sets all paddings. |
visible |
|
|
Determines whether the Chart displays the category axis crosshair tooltip. By default, the category axis crosshair tooltip is not visible. |
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
| ||||||
|