YAxisCrosshairTooltipComponent
Component
Represents the configuration options of the crosshair tooltip in the Y axis.
The crosshair tooltip is displayed when the visible option is set to true.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-y-axis-item-crosshair-tooltip
Inputs
background
string
Specifies the background color of the tooltip.
color
string
Specifies the text color of the tooltip.
font
string
Specifies the font style of the tooltip.
format
string
Specifies the format of the tooltip.
visible
boolean
Determines whether the tooltip is visible.
Methods
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.
Parameters:changesany
An object containing the updated input fields.