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

NavigatorSeriesLabelsFromComponent

Represents the from label configuration of the StockChart navigator series.

Selector

kendo-chart-navigator-series-item-labels-from

Inputs

NameTypeDefaultDescription

background

string

Specifies the background color of the from labels.

border

Border

Specifies the border configuration of the from labels.

color

string

Specifies the text color of the from labels.

content

(e: SeriesLabelsContentArgs) => string

Specifies a function that returns the content of the from labels.

font

string

'12px sans-serif'

Specifies the font style of the from labels.

format

string

'{0}'

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

margin

number | Margin

5

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

padding

number | Padding

0

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

position

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

Specifies the position of the from labels.

visible

boolean

false

Determines whether the Chart displays the series from labels.

Methods

notifyChanges

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.

ts
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support