• 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

ChartValueAxisCrosshairProps

Represents the props of the KendoReact ChartValueAxisCrosshair component.

NameTypeDefaultDescription

color?

string

The color of the crosshair. Accepts a valid CSS color string, including hex and rgb.

opacity?

number

The opacity of the crosshair. By default, the crosshair is opaque.

tooltip?

ValueAxisCrosshairTooltip

The options of the crosshair tooltip. The crosshair tooltip is displayed when the valueAxis.crosshair.tooltip.visible option is set to true.

visible?

boolean

If set to true, the Chart displays the value axis crosshair. By default, the value axis crosshair is not visible.

width?

number

The width of the crosshair in pixels.

In this article

Not finding the help you need?