User92 Posted July 24, 2014 Report Share Posted July 24, 2014 Hello, Where can I access to the width and color of the grid lines at the background? Thank you. 1 Quote Link to comment Share on other sites More sharing options...
0 jeisong Posted July 24, 2014 Report Share Posted July 24, 2014 Hello, I am glad to let you know that the setWidth method sets the width of the selected Line object. Also, the setColor method allows you to specify the color of the Chart Axes and Axes GridLines. In order to set the width and color of the grid lines of the Y-axis, please take a look at the code below: [Javascript] chart1.getAxisY().getGrids().getMajor().setColor("#ff0000"); chart1.getAxisY().getGrids().getMajor().setWidth(3); I hope this helps. Regards,Jeison G Quote Link to comment Share on other sites More sharing options...
Question
User92
Hello,
Where can I access to the width and color of the grid lines at the background?
Thank you.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.