SeriesDefaults.notes
configurationThe seriesDefaults notes configuration.
seriesDefaults.notes
ObjectThe icon of the notes.
The label of the notes.
The line of the notes.
seriesDefaults.notes.visual
FunctionA function that can be used to create a custom visual for the notes. The available argument fields are:
- rect - the
kendo.geometry.Rectthat defines the note target rect. - options - the note options.
- createVisual - a function that can be used to get the default visual.
- category - the category of the note point.
- dataItem - the dataItem of the note point.
- value - the value of the note point.
- sender - the chart instance.
- series - the series of the note point.
- text - the note text.