Charts / User Interaction / Trackball

Blazor Chart Example - Trackball Tooltip Interaction Support

Loading Syncfusion Blazor Server Demos…

This sample demonstrates the trackball behavior in the chart, enabling dynamic data exploration by hovering or tapping on the chart area.

The trackball is used to track data points close to the mouse or touch position. Enable the trackball by configuring:

  • Set the Enable property of the crosshair to true
  • Set the Shared property of the tooltip to true

More information about the trackball can be found in this documentation section.