New to Kendo UI for AngularStart a free 30-day trial

CategoryAxisCrosshairTooltipComponent

Represents the configuration options of the crosshair tooltip for the category axis of the Chart (see example). The crosshair tooltip is displayed when the visible option is set to true.

Selector

kendo-chart-category-axis-item-crosshair-tooltip

Inputs

NameTypeDefaultDescription

background

string

Sets the background color of the tooltip.

border

Border

Specifies the border configuration of the tooltip.

color

string

Defines the text color of the tooltip.

font

string

'12px sans-serif'

Sets the font of the tooltip.

format

string

'{0}'

Specifies the format used to display the tooltip. Uses the format method of IntlService. Contains one placeholder ("{0}") which represents the category value.

padding

number | Padding

0

Specifies the padding of the crosshair tooltip. A numeric value sets all paddings.

visible

boolean

false

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
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support