New to KendoReactStart a free 30-day trial

Represents the props of the KendoReact ChartYAxisNotes component.

Definition

Package:@progress/kendo-react-charts

Properties

data?

any[]

The items of the notes.

icon?

YAxisNotesIcon

The icon of the notes.

label?

YAxisNotesLabel

The label of the notes.

The line of the notes.

The position of the Y-axis notes.

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.

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.
Parameters:eAxisNoteVisualArgsReturns:

Element