New to Kendo UI for Angular? Start a free 30-day trial
NavigatorCategoryAxisNotesComponent
Represents notes configuration of the navigator category axis.
html
<kendo-stockchart>
<kendo-chart-navigator>
<kendo-chart-navigator-category-axis>
<kendo-chart-navigator-category-axis-notes [visible]="true">
</kendo-chart-navigator-category-axis-notes>
</kendo-chart-navigator-category-axis>
</kendo-chart-navigator>
</kendo-stockchart>
Selector
kendo-chart-navigator-category-axis-notes
Inputs
Name | Type | Default | Description |
---|---|---|---|
data |
|
Defines the data items for the notes. | |
icon |
|
Specifies the icon configuration of the notes. | |
label |
|
Specifies the label configuration of the notes. | |
line |
|
Specifies the line configuration of the notes. | |
position |
|
Sets the position of the notes. | |
visual |
|
Provides 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
| ||||||
|