New to Kendo UI for Angular? Start a free 30-day trial
NavigatorSeriesNotesComponent
Represents the notes configuration of the StockChart navigator series.
html
<kendo-stockchart>
<kendo-chart-navigator>
<kendo-chart-navigator-series>
<kendo-chart-navigator-series-item type="area" [data]="data" field="value" categoryField="date">
<kendo-chart-navigator-series-item-notes [visible]="true">
</kendo-chart-navigator-series-item-notes>
</kendo-chart-navigator-series-item>
</kendo-chart-navigator-series>
</kendo-chart-navigator>
</kendo-stockchart>
Selector
kendo-chart-navigator-series-item-notes
Inputs
Name | Type | Default | Description |
---|---|---|---|
icon |
|
Specifies the icon configuration for the notes. | |
label |
|
Specifies the label configuration for the notes. | |
line |
|
Specifies the line configuration for the notes. | |
position |
|
Specifies the position of the notes. | |
visual |
|
Specifies a function that creates 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
| ||||||
|