• 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

TooltipPoint

The point that is passed to the tooltip component.

NameTypeDefaultDescription

category

string | number | Date

The point category. Available only for the Categorical series.

categoryIndex

number

The point category index. Available only for the Categorical series.

dataItem

any

The point dataItem.

formattedValue

string

high

number

The high value of the point error bar. Available for the Categorical series with error bars.

low

number

The low value of the point error bar. Available for the Categorical series with error bars.

percentage

number

The point value represented as a percentage value. Available only for the Donut, Pie, and 100% Stacked charts.

runningTotal

number

The sum of point values since the last "runningTotal" summary point. Available for the Waterfall series.

series

any

The point series options.

total

number

The sum of all previous series values. Available for the Waterfall series.

value

any

The point value.

xHigh

number

The x high value of the point error bar. Available for the Scatter series with error bars.

xLow

number

The x low value of the point error bar. Available for the Scatter series with error bars.

yHigh

number

The y low value of the point error bar. Available for the Scatter series with error bars.

yLow

number

The y low value of the point error bar. Available for the Scatter series with error bars.