SeriesDefaultsLabelsToComponent
Represents the to label configuration of the Chart series.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-series-defaults-labels-to
Inputs
background
string
Specifies the background color of the to labels.
color
string
Specifies the text color of the to labels.
Specifies a function that returns the content of the to labels.
font
string
Specifies the font style of the to labels.
'12px sans-serif"'
format
string
Specifies the format of the to labels. Uses the format method of IntlService.
'{0}'
Specifies the margin of the to labels. A numeric value sets all margins.
0
Specifies the padding of the to labels. A numeric value sets all paddings.
0
visible
boolean
Determines whether the Chart displays the to labels of the series.
false
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.