• 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

SeriesClickEvent

Arguments for the seriesClick event.

NameTypeDefaultDescription

category

any

The data point category.

dataItem

any

The original data item.

nativeEvent

any

The original user event that triggered the drag action.

percentage

number

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

point

SeriesPointType

The clicked series point.

series

EventSeriesOptions

The clicked point series options.

stackValue

number

The cumulative point value on the stack. Available only for the stackable series.

target

Charts

The Chart component that triggered the event.

value

any

The data point value.