New to Kendo UI for Angular? Start a free 30-day trial

SeriesNoteVisualArgs

The context for the point highlight visual function.

NameTypeDefaultDescription

category

any

The point category.

createVisual

() => Element

A function that can be used to get the default visual.

dataItem

any

The point data item.

options

any

The note options.

rect

Rect

The rectangle that defines the normal position of the visual.

sender

ChartComponent

The instance of the Chart component.

series

any

The point series.

text

string

The note text.

value

string

The point value.