• 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

ChartNavigatorProps

Represents the props of the KendoReact ChartNavigator component.

NameTypeDefaultDescription

categoryAxis?

CategoryAxis

The configuration options of the category axis.

hint?

NavigatorHint

The default options of the navigator hint.

pane?

Pane

The configuration of the navigator pane.

position?

"top" | "bottom"

The position of the navigator. By default, the navigator is positioned at the bottom.

select?

NavigatorSelect

Specifies the initially selected range. If no range is specified, the full range of values is shown.

series?

Series | Series[]

An array of series definitions. Accepts the same options as the root series collection. Omitting the array and specifying a single series is also acceptable.

visible?

boolean

The visibility of the navigator.