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

Represents the label of the notes.

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-navigator-series-item-notes-label

Inputs

Specifies the background color of the label.

Specifies the border of the label.

color

string

Specifies the color of the label.

Specifies the content of the note.

Parameters:eSeriesNoteContentArgsReturns:

string

font

string

Specifies the font style of the label.

Default:

'12px sans-serif'

format

string

Specifies the format for displaying the notes label. Uses the format method of IntlService. Contains one placeholder ("{0}") which represents the axis value.

Default:

'{0}'

Specifies the position of the labels.

Default:

'inside'

rotation

number

Specifies the rotation angle of the label.

Default:

0

visible

boolean

Determines whether the Chart displays the series notes label.

Default:

true

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.