SeriesNoteVisualArgs
Interface
Represents the context for the series note visual function.
Definition
Package:@progress/kendo-angular-charts
Properties
category
any
Specifies the category of the point.
Specifies a function that gets the default visual.
Returns:
dataItem
any
Provides the data item associated with the point.
options
any
Defines the options for the note.
Specifies the instance of the Chart component.
series
any
Specifies the point series.
text
string
Defines the note text.
value
string
Represents the value of the point.