ValueAxis.notes
configurationThe value axis notes configuration.
valueAxis.notes
ObjectvalueAxis.notes.data
ArrayThe items of the notes.
valueAxis.notes.icon
ObjectThe icon of the notes.
valueAxis.notes.label
ObjectThe label of the notes.
valueAxis.notes.line
ObjectThe line of the notes.
valueAxis.notes.position
StringThe position of the value axis 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.
valueAxis.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.
- value - the note value.