New to Kendo UI for Vue? Start a free 30-day trial

ChartValueAxisNotesProps

Represents the props of the Kendo UI for Vue ChartValueAxisNotes component.

NameTypeDefaultDescription

dataItems?

any[]

The items of the notes.

icon?

ValueAxisNotesIcon

The icon of the notes.

label?

ValueAxisNotesLabel

The label of the notes.

line?

NoteLine

The line of the notes.

position?

string

The position of the value axis note.

The supported values are:

  • "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.

visual?

(e: AxisNoteVisualArgs) => Element

A function for creating custom visuals for the notes.

The available argument fields are:

  • rect—The geometry Rect that 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.

In this article

Not finding the help you need?