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