AxisDefaultsCrosshairTooltipComponent
Represents the available options of the crosshair tooltip (see example).
The crosshair tooltip is displayed when the axisDefaults.crosshair.tooltip.visible
option is set to true
.
Selector
kendo-chart-axis-defaults-crosshair-tooltip
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Sets the background color of the tooltip. | |
border |
|
Specifies the border configuration of the tooltip. | |
color |
|
Sets the text color of the tooltip. | |
font |
|
|
Specifies the tooltip font. |
format |
|
|
Specifies the format for displaying 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 axis crosshair tooltip. By default, the 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
| ||||||
|