New to Kendo UI for AngularStart a free 30-day trial

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

Specifies the background color of the from labels.

Specifies the border configuration 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.

Parameters:eSeriesLabelsContentArgsReturns:

string

font

string

Specifies the font style of the from labels.

Default:

'12px sans-serif'

format

string

Specifies the format of the from labels. Uses the IntlService format method.

Default:

'{0}'

margin

number | Margin

Specifies the margin of the from labels. A numeric value sets all margins.

Default:

5

Specifies the padding of the from labels. A numeric value sets all paddings.

Default:

0

position

"center" | "insideBase" | "insideEnd" | "outsideEnd"

Specifies the position of the from labels.

visible

boolean

Determines whether the Chart displays the series from labels.

Default:

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.

Parameters:changesany

An object containing the updated input fields.