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

ValueAxisNotesIconComponent

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

Selector

kendo-chart-value-axis-item-notes-icon

Inputs

NameTypeDefaultDescription

background

string

Specifies the background color of the icon.

border

Border

Specifies the border configuration of the icon.

size

number

Specifies the size of the icon.

type

MarkerType

'circle'

Specifies the shape of the notes icon.

visible

boolean

true

Determines whether the notes icon is visible.

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