DevAV Sales
Cameras
Cell Phones
Computers
TV, Audio
Vehicle Electronics
The DevExpress Blazor Chart component supports crosshairs (vertical and horizontal lines centered on a data point). Crosshairs help users identify series point values in a precise manner. When enabled, the crosshair follows the cursor and snaps to the nearest series point.
Follow the steps below to enable and configure crosshairs:
- Add a DxChartCrosshair object to chart markup and set the DxChartCrosshair.Enabled property to
true
. - Configure the DxChartCrosshair object to specify common crosshair settings (add labels, specify the line color, opacity, width, and style).
- Optional. Specify individual settings for horizontal and vertical crosshair lines.