ValueAxisNotesIconComponent
Component
Represents the configuration of the notes icon in the Chart value axis.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-value-axis-item-notes-icon
Inputs
background
string
Specifies the background color of the icon.
size
number
Specifies the size of the icon.
Specifies the shape of the notes icon.
Default:
'circle'
visible
boolean
Determines whether the notes icon is visible.
Default:
true
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.