• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

ChartSeriesDefaultsNotesProps

Represents the props of the KendoReact ChartSeriesDefaultsNotes component (see example).

NameTypeDefaultDescription

icon?

SeriesDefaultsNotesIcon

The icon of the notes.

label?

SeriesDefaultsNotesLabel

The label of the notes.

line?

NoteLine

The line of the notes.

visual?

(e: SeriesNoteVisualArgs) => Element

A function for creating a custom visual 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 for getting 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.

In this article

Not finding the help you need?