Sets the color of Tick Marks drawn for the axisX stripline. The value of tickColor can be a “HTML Color Name”, “hex code” or “rgb values”.
Default: “#FF7300”var chart = new CanvasJS.Chart("container", { . . axisX:{ stripLines: [ { tickColor: "red" } ] }, . . }); chart.render();