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

SeriesNotesComponent

Represents the Chart series notes configuration (see example).

html
<kendo-chart
  <kendo-chart-series>
    <kendo-chart-series-item type="line" [data]="[1, 2, 3]">
      <kendo-chart-series-item-notes [icon]="{type: 'square'}"> </kendo-chart-series-item-notes>
    </kendo-chart-series-item>
  </kendo-chart-series>
</kendo-chart>

Selector

kendo-chart-series-item-notes

Inputs

NameTypeDefaultDescription

icon

SeriesNotesIcon

Specifies the icon configuration for the notes.

label

SeriesNotesLabel

Specifies the label configuration for the notes.

line

NoteLine

Specifies the line configuration for the notes.

position

NotePosition

Specifies the position of the notes.

visual

(e: SeriesNoteVisualArgs) => Element

Specifies a function that creates a custom visual for the notes.

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