• 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

Glossary

The following list provides definitions of:

Common Terms

Component

Package

A package contains one or more components which are stored in a single repository and distributed as a single NPM package.

Specific Terms

Axis

(Plural axes) A fixed reference line for the measuring coordinates.

Chart Area

A container for all Chart elements.

Crosshairs

Lines which are perpendicular to the axes and enable the user to see the exact value at the current cursor position.

Error Bars

Indicate the variability of the Chart data.

Plot Area

A container for the data that is enclosed between the axes.

Plot Band

Highlight a specific range of an axis.

Series

(Plural series) A list of data points with a set visualization type—for example, line, column, and others. The data points can be plain numbers, arrays (tuples), or objects.

Tuple

A data structure which consists of multiple parts—for example, (1, 2), ('a', 'b', 4). In JavaScript, tuples are typically represented as arrays.