Example of Crosshair in ASP.NET Core Chart Control
This sample depicts the crosshair behavior in the charts. To view the crosshair and its tooltip, hover over the chart or tap on it in touch-enabled devices.
The crosshair is used to inspect or focus on an individual data point using a vertical and a horizontal line. You can enable the crosshair using the Enable property in the ChartCrosshairSettings class and customize its tooltip by using the ChartAxisCrosshairTooltip in the axis.
The snapToData
property snaps the crosshair to the nearest data point instead of following the exact mouse position, providing a more precise focus on data points.
Tooltip
is enabled in this example. To see the tooltip in action, hover over or tap on the chart.
More information about the crosshair can be found in this documentation sectionopens in a new tab.