NavigatorSeriesNotesIconComponent
The icon of the notes.
Selector
kendo-chart-navigator-series-item-notes-icon
Inputs
background
string
The background color of the notes icon.
border
The border of the notes icon.
size
number
The size of the notes icon.
type
The icon shape.
The supported values are:
"circle"
—The marker shape is a circle."square"
—The marker shape is a square."triangle"
—The marker shape is a triangle."cross"
—The marker shape is a cross.
visible
boolean
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.