NoteHoverEvent
Class
Represents the arguments for the noteHover event of the Chart component.
Definition
Package:@progress/kendo-angular-charts
Properties
category
any
Specifies the data point category. Available only for Categorical charts such as Bar, Line, and Area.
dataItem
any
Specifies the data item of the point note.
Specifies the ChartComponent that triggered the event.
Specifies an object containing the note series options.
value
any
Specifies the note value.
visual
any
Specifies the note visual element.