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

Represents the notes configuration of the StockChart navigator series.

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-navigator-series-item-notes

Syntax:

html
<kendo-stockchart>
 <kendo-chart-navigator>
  <kendo-chart-navigator-series>
   <kendo-chart-navigator-series-item type="area" [data]="data" field="value" categoryField="date">
    <kendo-chart-navigator-series-item-notes [visible]="true">
    </kendo-chart-navigator-series-item-notes>
  </kendo-chart-navigator-series-item>
  </kendo-chart-navigator-series>
 </kendo-chart-navigator>
</kendo-stockchart>

Inputs

Specifies the icon configuration for the notes.

Specifies the label configuration for the notes.

Specifies the line configuration for the notes.

Specifies the position of the notes.

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

Parameters:eSeriesNoteVisualArgsReturns:

Element

Methods

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.

Parameters:changesany

An object containing the updated input fields.