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

Represents notes configuration of the navigator category axis.

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-navigator-category-axis-notes

Syntax:

html
<kendo-stockchart>
 <kendo-chart-navigator>
  <kendo-chart-navigator-category-axis>
   <kendo-chart-navigator-category-axis-notes [visible]="true">
   </kendo-chart-navigator-category-axis-notes>
  </kendo-chart-navigator-category-axis>
 </kendo-chart-navigator>
</kendo-stockchart>

Inputs

data

any[]

Defines the data items for the notes.

Specifies the icon configuration of the notes.

Specifies the label configuration of the notes.

Specifies the line configuration of the notes.

Sets the position of the notes.

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

Parameters:eAxisNoteVisualArgsReturns:

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.