ValueAxisCrosshairTooltipComponent
Represents the configuration options of the crosshair tooltip in the Chart value axis (see example).
The crosshair tooltip is displayed when the visible
option is set to true
.
Selector
kendo-chart-value-axis-item-crosshair-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 for displaying the tooltip. Uses the |
padding |
|
Specifies the padding of the tooltip. A numeric value sets all paddings. | |
visible |
|
|
Determines whether the chart displays the value axis crosshair 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
| ||||||
|