Sets the cursor type for dataPoint.
var chart = new CanvasJS.Chart("container", { . . data: [{ dataPoints: [ {x: 5, y: 24, cursor: "pointer"} ] }], . . }); chart.render();
Also See: