Series.notes
configurationThe series notes configuration.
series.notes
Objectseries.notes.icon
ObjectThe icon of the notes.
series.notes.label
ObjectThe label of the notes.
series.notes.line
ObjectThe line of the notes.
series.notes.position
StringThe position of the series note.
- "top" - The note is positioned on the top.
- "bottom" - The note is positioned on the bottom.
- "left" - The note is positioned on the left.
- "right" - The note is positioned on the right.
series.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.