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

CategoryAxisNotesIconComponent

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

Selector

kendo-chart-category-axis-item-notes-icon

Inputs

NameTypeDefaultDescription

background

string

Sets the background color of the icon.

border

Border

Configures the border of the icon.

size

number

Specifies the size of the icon.

type

MarkerType

Sets the type of the icon.

visible

boolean

Determines whether the 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