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

Represents the label configuration for the category axis notes in the Chart.

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-category-axis-item-notes-label

Inputs

Sets the background color of the label.

Configures the border of the label.

color

string

Sets the text color of the label.

Provides a function that creates the content of the label.

Parameters:eAxisNoteContentArgsReturns:

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 category value.

Default:

'{0}'

Specifies the position of the label.

Default:

"inside"

rotation

number

Specifies the rotation angle of the label. By default, the label is not rotated.

Default:

0

visible

boolean

Determines whether the Chart displays the category notes label. By default, the category notes label is visible.

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.