New to Kendo UI for Angular? Start a free 30-day trial
SeriesNotesComponent
The series notes configuration (see example).
html
<kendo-chart ...>
<kendo-chart-series>
<kendo-chart-series-item type="line" [data]="data"...>
<kendo-chart-series-item-notes [icon]="{type: 'square'}"> </kendo-chart-series-item-notes>
</kendo-chart-series-item>
</kendo-chart-series>
</kendo-chart>
Selector
kendo-chart-series-item-notes
Inputs
Name | Type | Default | Description |
---|---|---|---|
icon |
|
The icon of the notes. | |
label |
|
The label of the notes. | |
line |
|
The line of the series notes. | |
position |
|
The position of the series note. | |
visual |
|
A function for creating 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
| ||||||
|