SeriesDefaultsNotesLabelComponent
Represents the configuration of the Chart notes label.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-series-defaults-notes-label
Inputs
background
string
Specifies the background color of the notes label.
color
string
Specifies the text color of the notes label.
Specifies a function that returns the content of the notes label.
font
string
Specifies the font style of the label.
'12px sans-serif'
format
string
Specifies the format for displaying the notes label. Uses the format method of IntlService.
Contains one placeholder ("{0}") which represents the axis value.
'{0}'
Specifies the position of the labels.
'inside'
rotation
number
Specifies the rotation angle of the label. By default, the label is not rotated.
0
visible
boolean
Determines whether the Chart displays the seriesDefaults notes label.
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.
An object containing the updated input fields.