SeriesNotesComponent
Component
Represents the Chart series notes configuration (see example).
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-series-item-notes
Syntax:
html
<kendo-chart
<kendo-chart-series>
<kendo-chart-series-item type="line" [data]="[1, 2, 3]">
<kendo-chart-series-item-notes [icon]="{type: 'square'}"> </kendo-chart-series-item-notes>
</kendo-chart-series-item>
</kendo-chart-series>
</kendo-chart>
Inputs
Specifies the icon configuration for the notes.
Specifies the label configuration for the notes.
Specifies the position of the notes.
Specifies a function that creates 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.