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

ValueAxisNotesComponent

Represents the configuration of the value axis notes (see example).

html
<kendo-chart>
 <kendo-chart-value-axis>
  <kendo-chart-value-axis-item>
   <kendo-chart-value-axis-item-notes>
   </kendo-chart-value-axis-item-notes>
 </kendo-chart-value-axis-item>
 </kendo-chart-value-axis>
</kendo-chart>

Selector

kendo-chart-value-axis-item-notes

Inputs

NameTypeDefaultDescription

data

any[]

Specifies the data for the notes.

icon

ValueAxisNotesIcon

Specifies the icon configuration of the notes.

label

ValueAxisNotesLabel

Specifies the label configuration of the notes.

line

NoteLine

Specifies the line configuration of the notes.

position

NotePosition

Specifies the position of the notes.

visual

(e: AxisNoteVisualArgs) => Element

Specifies a function that returns 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