XAxisNotesComponent
Represents the configuration of the X-axis notes.
For an example on the basic usage of the XAxisNotesComponent
,
refer to the demo on the XAxisComponent
or to the documentation about the
axis notes.
<kendo-chart>
<kendo-chart-x-axis>
<kendo-chart-x-axis-item>
<kendo-chart-x-axis-item-notes>
</kendo-chart-x-axis-item-notes>
</kendo-chart-x-axis-item>
</kendo-chart-x-axis>
</kendo-chart>
Selector
kendo-chart-x-axis-item-notes
Inputs
Name | Type | Default | Description |
---|---|---|---|
data |
|
Specifies the data 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 |
|
Specifies the position of the notes. | |
visual |
|
Specifies a function that returns 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
| ||||||
|