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

Represents the configuration of the seriesDefaults notes.

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-series-defaults-notes

Syntax:

html
<kendo-chart>
<kendo-chart-series-defaults>
  <kendo-chart-series-defaults-notes position="above">
  </kendo-chart-series-defaults-notes>
 </kendo-chart-series-defaults>
</kendo-chart>

Inputs

Specifies the icon configuration for the notes.

Specifies the label configuration for the notes.

Specifies the line configuration for 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.