New to Kendo UI for Angular? Start a free 30-day trial

NavigatorHintComponent

The default options of the navigator hint (see example).

Selector

kendo-chart-navigator-hint

Inputs

NameTypeDefaultDescription

content

(e: NavigatorHintContentArgs) => string

The function that returns the content of the hint.

format

string

The format of the hint. By default, the format is set to "{0} - {1}", where "{0}" represents the start value of the selected range, and "{1}" represents the end value. Example of usage: [hint]="{format:'{0:dd.MM.yyyy} {1:yyyy.dd.MM}'}"

visible

boolean

The visibility of the hint.

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.

item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article

Not finding the help you need?