ValueAxisNotesComponent
Component
Represents the configuration of the value axis notes (see example).
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-value-axis-item-notes
Syntax:
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>
Inputs
data
any[]
Specifies the data for the notes.
Specifies the icon configuration of the notes.
Specifies the label configuration of the notes.
Specifies the position of the notes.
Specifies a function that returns a custom visual for the notes.
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.