Y or X axis line color

Is it possible to change the color of the chart lines for the x or y axis? Not the data, the background lines themselves.

Hello
There is lineColor property

xAxis:{lineColor: "FF0000"}, yAxis:{lineColor: "00FF00"}
Like here:
dhtmlx.com/docs/products/dhtmlxC … _axis.html