Crosshair
When enabled crosshair cursor is changed from default one to custom crosshair. (It's enabled by default.)
It's also changed while drawing:
How to control crosshair in DXcharts React
By using initialChartConfig from here:
initialChartConfig: {
components: {
crossTool: {
type: 'cross-and-labels',
}
}
}
Read more about CrossTool.