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

ValueAxisNotesLabelComponent

Represents the configuration of the notes label in the Chart value axis.

Selector

kendo-chart-value-axis-item-notes-label

Inputs

NameTypeDefaultDescription

background

string

Specifies the background color of the label.

border

Border

Specifies the border configuration of the label.

color

string

Specifies the text color of the label.

content

(e: AxisNoteContentArgs) => string

Specifies a function that returns the content of the notes label.

font

string

'12px sans-serif'

Specifies the font style of the label.

format

string

'{0}'

Specifies the format used to display the notes label. Uses the IntlService format method. Contains one placeholder ("{0}") which represents the axis value.

position

NoteLabelPosition

'inside'

Specifies the position of the labels.

rotation

number

0

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

visible

boolean

true

Determines whether the Chart displays the value axis notes label.

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