NavigatorSeriesLabelsToComponent
Represents the to label configuration of the StockChart navigator series.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-navigator-series-item-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 IntlService format.
'{0}'
Specifies the margin of the to labels. A numeric value sets all margins.
5
Specifies the padding of the to labels. A numeric value sets all paddings.
0
position
"center" | "insideBase" | "insideEnd" | "outsideEnd"
Specifies the position of the to labels.
visible
boolean
Determines whether the Chart displays the series to labels.
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.