• 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
    • ListBoxupdated
    • 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

HighlightVisualArgs

The context for the point highlight visual function.

NameTypeDefaultDescription

category

any

The point category.

createVisual

() => Element

A function that can be used to get the default visual.

dataItem

any

The data item of the point.

options

any

The point options.

percentage?

number

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

rect

Rect

The rectangle that defines the normal position of the visual.

runningTotal?

number

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

sender

Chart

The instance of the Chart component.

series

any

The series of the point.

total?

number

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

value

any

The value of the point.