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

NavigatorSeriesNotesIconComponent

The icon of the notes.

Selector

kendo-chart-navigator-series-item-notes-icon

Inputs

NameTypeDefaultDescription

background

string

The background color of the notes icon.

border

Border

The border of the notes icon.

size

number

The size of the notes icon.

type

MarkerType

'circle'

The icon shape.

visible

boolean

true

The visibility of the notes icon.

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?